Loading Tool

Explorer IconExplorer

Memory Pool

43,322 transactions
27.06 vMB
0.09767372 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt aecefd4e5ccc4720c6feb0f649e6eccab9a79ed606d2c39115c33a5c653e2843
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 5feb081458fa2fb9a55ed6cd4b61fdb85dd8a9dc25ea61066ee423b35eea9d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.04655141 BTC
Feerates: 151.01 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (92,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,653 822,653 000000000000000000028c5085eb0951fbd2c3166327ca7ef96324395cca10af 5,289 1.00/1.00 vMB 112
822,652 822,652 00000000000000000003c8fea4901b8e038460c20d64e5bd8523455ce9e11586 4,102 1.00/1.00 vMB 111
822,651 822,651 00000000000000000003d5dbb1e52cd1a3ecf251a7cb8884c8a7b48b72c06285 3,790 1.00/1.00 vMB 109
822,650 822,650 00000000000000000001bdff961b8f9bd13fc3006df285b9221a1b403bdc0469 4,186 1.00/1.00 vMB 166
822,649 822,649 00000000000000000000f0f67f15f43b70806363214d79c7a8ef6886cbca7a58 4,162 1.00/1.00 vMB 155
822,648 822,648 0000000000000000000108605b8847a655ff90e69a95354b9ed39abb863a79ba 5,016 1.00/1.00 vMB 104
822,647 822,647 00000000000000000000865eaf9fbeef11629262b2f39bfe801935f8e9aaa52f 4,829 1.00/1.00 vMB 109
822,646 822,646 000000000000000000002833221f303df428cf0607ef6a89b80b15c7d5483719 3,763 1.00/1.00 vMB 131
822,645 822,645 000000000000000000032f64f81d486eb58ceebcb971dab6aae1b7cd8ed64113 5,027 1.00/1.00 vMB 108
822,644 822,644 000000000000000000023669192814c5d845380d273fd753a79eacbf3ae1887d 4,279 1.00/1.00 vMB 104
822,643 822,643 00000000000000000001fb6de4c542c6bf39ba6c7a842f26b110d158f0c3bc9a 4,030 1.00/1.00 vMB 126
822,642 822,642 0000000000000000000280ddebbad5fc9e50d2751e8014dea699b20cab38b454 4,439 1.00/1.00 vMB 127
822,641 822,641 0000000000000000000259bf99209dede2d2a0902f73c662136b38dd3ed72338 3,343 1.00/1.00 vMB 172
822,640 822,640 00000000000000000001651dbab4c9b777c08b09da6e5fac4e711d4372610bb4 4,706 1.00/1.00 vMB 116
822,639 822,639 00000000000000000000708d3c03135366736e1bfb926f93e0d7374302c8ada2 4,307 1.00/1.00 vMB 91
822,638 822,638 00000000000000000001e46ac06c34284513058ffd9a0b8e9a635c576ad441a4 3,910 1.00/1.00 vMB 134
822,637 822,637 0000000000000000000397bce3e3d11a3914ffc413190259a6b8289e5d27ae00 4,435 1.00/1.00 vMB 91
822,636 822,636 000000000000000000016bc61e6dedf278646eebd3e557f98db512e5f0219d08 4,001 1.00/1.00 vMB 100
822,635 822,635 00000000000000000002a6b24eda7098c8b47e61bf8901dd3e2a79fe725f4ca3 3,877 1.00/1.00 vMB 123
822,634 822,634 00000000000000000002a81c4440b2a542382e167c70fa755a06963ac207bf06 4,856 1.00/1.00 vMB 93
822,633 822,633 00000000000000000003c72e1cdb12bc4e80a85105219b9ebefd7b6c11732f97 4,431 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.