Loading Tool

Explorer IconExplorer

Memory Pool

78,722 transactions
29.39 vMB
0.07744026 BTC
Random Selection Loading Transactions
Max Size: 177.63/200 MB

Candidate Block

Mining Attempt 6d1d6ba7927dde06ce0f18a3586c6d95c609ad4cbc1cbfe7ee5b9d6d18473365
Version 20000000
Previous Block 0000000000000000000078ffc24a65e78d2b3a0de27eb90b8ca8a30b42966c94
Merkle Root 73100388baad9a819a17857e1f17bc4d083fb4464a65b775af76de7224f64160
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.01464696 BTC
Feerates: 521.84 > 1.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,122 (503,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,776 411,776 000000000000000003443437061cfe37c7d0104aae6f22b4ef9829931cd25bbf 2,333 0.99/1.00 vMB 59
411,775 411,775 000000000000000005968c467307377690163793ea2cdc37f729ffe4d1df4337 1,715 0.83/1.00 vMB 38
411,774 411,774 00000000000000000446707c9d172c2eb6b73dfe2c824d2757dd831fffa2179c 1,395 1.00/1.00 vMB 24
411,773 411,773 00000000000000000131c6a3d9eb048260af4e85acef5856ac74b4bbb3c94929 1,232 0.99/1.00 vMB 19
411,772 411,772 000000000000000002639615816ef7b1a2b6312deaa09902d3403c1f65bae120 322 0.17/1.00 vMB 35
411,771 411,771 0000000000000000015e180aa85fa6e9dcb5f772c8b3a2b4ea3239f4727c37dd 1,497 0.80/1.00 vMB 47
411,770 411,770 0000000000000000045c6b31275b2cade81d9d1a334de583e3bd04c1ff5949e1 532 1.00/1.00 vMB 11
411,769 411,769 000000000000000001e7e67e8e04a5d6daefac82bedf83c13b5878421d036391 2,259 1.00/1.00 vMB 93
411,768 411,768 000000000000000001b17900545639583c208bba8eca67ec30d68014ad276fa2 681 0.80/1.00 vMB 19
411,767 411,767 0000000000000000015fd8377b6c765a8da961e7f7e7d88c1e6d650f5131d690 414 1.00/1.00 vMB 13
411,766 411,766 0000000000000000010eeea9b96a752964a80c9f75b9a1bc294f1bfeeb3f1a7b 486 0.18/1.00 vMB 62
411,765 411,765 000000000000000003cd8e3053b61005043a73554ca0548b01b7bc9d43f01943 1,002 1.00/1.00 vMB 18
411,764 411,764 000000000000000001ef4809b9f32d2fb41b65726bf57531891b253267601212 2,329 1.00/1.00 vMB 59
411,763 411,763 000000000000000000201bb5ca17d5d19548205950cf157e35de1f676f56da50 1,991 0.99/1.00 vMB 51
411,762 411,762 0000000000000000038f0175c74bfb8094ecf926c1b2db9642fb77c863a2314e 13 0.00/1.00 vMB 148
411,761 411,761 000000000000000003a76450c167d84a3e53f98bae0ffdedf31f553fef3b5772 561 1.00/1.00 vMB 18
411,760 411,760 0000000000000000051db62f4c315725603beb3f6c1d7918355a55fa9aad5d1a 955 0.49/1.00 vMB 45
411,759 411,759 00000000000000000581a79df50d2d86e88889a57cf822762dab58f782cdca12 2,065 1.00/1.00 vMB 51
411,758 411,758 000000000000000004c5cdccd68ea91970f96e10384cb713b0ae3e11c9bfe559 1,835 1.00/1.00 vMB 49
411,757 411,757 00000000000000000488c1f92186b5527c396419eb0a99f0f5f3c5f07f65b01e 1,496 1.00/1.00 vMB 31
411,756 411,756 0000000000000000016373c54c089a389bad3a890fa414c2b4d388b1a4193462 1,090 1.00/1.00 vMB 25
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.81 GB
    • Received: 16.02 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.