Loading Tool

Explorer IconExplorer

Memory Pool

80,387 transactions
29.76 vMB
0.14582165 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 813015bc607e9aa77c32d6927720af731bb4e104778771843a1a80824b40baa9
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 939b422fe261d306ffd7a08e64fab79d75dcd11d447f689589e531ec9e7e392e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,265
Size: 1.00 vMB
Total Fees: 0.07889696 BTC
Feerates: 502.67 > 7.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (496,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,461 418,461 0000000000000000005d1e92c4182abec8c6b6e85c88e5472bbce921f64fc144 2,256 1.00/1.00 vMB 69
418,460 418,460 0000000000000000005d0cebef92f376d2dd8feb7d473a855f1fd8b40dd44c96 1,848 1.00/1.00 vMB 65
418,459 418,459 000000000000000003d1a35a2e093f811f53e9509352047a9e12e6112bec9446 2,305 1.00/1.00 vMB 56
418,458 418,458 00000000000000000069d88a535553d5446b22246ab4b30988c5680409e1fef8 2,419 0.93/1.00 vMB 74
418,457 418,457 000000000000000004dc675cca5139cdb325c795b30c2e7b448abcd22bccb7b6 2,552 1.00/1.00 vMB 67
418,456 418,456 000000000000000000a9ad7d5122e60ecde84296b4a783efda19b719d271818c 579 0.21/1.00 vMB 90
418,455 418,455 000000000000000000781ea0ce40bb57c2588201b0b6a32ed4243e63670b243b 2,285 1.00/1.00 vMB 56
418,454 418,454 00000000000000000362aa8351a718651e37d3aa33d223571f2cc21a97528ce3 2,830 1.00/1.00 vMB 77
418,453 418,453 000000000000000001d6f006d77e30044497f5a5ac9740aa5c0f376e89f3a92f 1,330 0.62/1.00 vMB 64
418,452 418,452 0000000000000000004bbfad96ffd8b8cdb385b8cdc1fae1075500d699496fe6 801 0.90/1.00 vMB 30
418,451 418,451 00000000000000000434723229037919df4e0af8f9c962367fe9afbd7d5bee3e 913 0.38/1.00 vMB 85
418,450 418,450 0000000000000000037e89ba95de11d0d46cdb83ec0de2251389d926425098b0 1,373 0.96/1.00 vMB 25
418,449 418,449 0000000000000000017b7951a72e8d1abdb52b0d7f5e5599c72e84ba20de88b8 2,652 1.00/1.00 vMB 82
418,448 418,448 000000000000000002926516e6a92b7d250f6f62d3e4856f5dd676f387ff3540 2,035 1.00/1.00 vMB 68
418,447 418,447 0000000000000000036b63e96ce67a04d561a8321dd8f2ea49090b221ecf7c41 1,261 0.69/1.00 vMB 52
418,446 418,446 000000000000000003a8c7ab1554f4093060b29ca455e01ee2944eceb1faef30 68 0.03/1.00 vMB 63
418,445 418,445 000000000000000001d6bcc6622d611db21babaa490fd2de61953c2b069dd455 1,239 0.59/1.00 vMB 63
418,444 418,444 000000000000000002c466b242b32d7d646c85902cc1bce79e917c33eb7ff6b5 413 0.49/1.00 vMB 38
418,443 418,443 00000000000000000531553c6cfc6abd9a5691c18e7985b76b46a2cc7e5be983 1,865 1.00/1.00 vMB 53
418,442 418,442 0000000000000000008a8800653fa71ccf6f56fdffc3bdc75b4cba25abcd2424 1,511 1.00/1.00 vMB 36
418,441 418,441 0000000000000000018c4f95832a1195c8d5526ddff10dddbb506f8ed125d5f2 2,145 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.84 GB
    • Received: 16.03 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.