Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,721 transactions (4.17 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,563 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,768 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,562 (869,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,457 40,457 000000002f2795684989dc4656feb26f24593a22e44588ba3e341f621f13acba 0.00 MB 1 0
40,456 40,456 000000000e6753c6d9b1aabad9035594a17ffc039dfaa054a186720739bbe2d4 0.00 MB 1 0
40,455 40,455 0000000004bd083f0757a083e865b47cf4b00a59b15aafa227fe12482429ac60 0.00 MB 1 0
40,454 40,454 000000000d831f5825f3195de08567f6f35179fa3a01de3a203230273516c2ca 0.00 MB 1 0
40,453 40,453 0000000016844a858ffbb46128c91261b926a23d9a67aa975b3940d16e089b51 0.00 MB 1 0
40,452 40,452 00000000494b2081988b58a026a90bfe07145855c7ec3110f8f8914a05eb2785 0.00 MB 1 0
40,451 40,451 00000000557094916c1184e84a3bf6489081d06c62f6b6cb55b96157ae5d51d5 0.00 MB 1 0
40,450 40,450 0000000030da7c5da09d09523238bd1a84b680a56780a04cac72707d02385069 0.00 MB 1 0
40,449 40,449 00000000627bba4100a4bcf84e3e30178595693a1f21703c9ed4824ddee8ca32 0.00 MB 1 0
40,448 40,448 000000005db1b8823fd0a95ebb38206b55252b94d1f6a22f47705ea45e9dd9df 0.00 MB 1 0
40,447 40,447 000000003b1f8cec6d18061cd65d35a5463c17baa6a99cc81fdaf6b5d83f9d7a 0.00 MB 1 0
40,446 40,446 000000003b10292fb568f3894381ed09d30cbf30ca4d21b12a0b4dbc0224a496 0.00 MB 1 0
40,445 40,445 000000006251545b531504832ef7b9faa74b38a44592661e3d1fa80b01cab352 0.00 MB 1 0
40,444 40,444 0000000012ee7d0459beb60f3b6c77ec6b7dcfea98886168d9c996ae9655090f 0.00 MB 1 0
40,443 40,443 0000000016cab9b56f95bc09bcfbb3a34e6c383e2522acb42b344701e08e3c3f 0.00 MB 1 0
40,442 40,442 0000000001051113a059db132b1d45bd74f7ce9889fe167ee2ad7588a0bacb6a 0.00 MB 1 0
40,441 40,441 000000003044fc8334a853a27b3449a8f7a682cbb0cd1392836d90fb57f46d5f 0.00 MB 1 0
40,440 40,440 0000000047b53affeb3923aa9ea81ec9760a208b6b3fa53eb4747a7235c5c921 0.00 MB 1 0
40,439 40,439 0000000010e0396754362bc0553d35f4e45a915b69031d20b030ba4b2415a169 0.00 MB 1 0
40,438 40,438 00000000537399408d65d658f6a966b32d85fc697c77d01bce136c75155e854b 0.00 MB 1 0
40,437 40,437 00000000101a768b16a224f41c799f6101cae85709193266428fd8f482218edb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,089.81 GB sent, 111.26 GB received

Notes

  • This page updates every 5 seconds.
  • 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.