Loading Tool

Explorer IconExplorer

Memory Pool

27,567 transactions
13.13 vMB
0.06419794 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.96/200 MB

Candidate Block

Mining Attempt 17c6e37f585b01a39ff12a91f2013678649bdf3957509043390760df2ba4303f
Version 20000000
Previous Block 000000000000000000013c873cf4ceb4afccc79d707499bec1b6ac6b33058da6
Merkle Root b5c1618114473e5653329fac92ed7d594b4627800b69353549fa95ec13bb794b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 0.99794575 1.00 vMB
Total Fees: 0.03264787 BTC
Feerates: 100.53 > 3.27 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,651 (742,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,711 170,711 0000000000000a511859af5ea9324a462aba0440c1870698a897c1696cd1184d 30 0.02/1.00 vMB 117
170,710 170,710 000000000000077acb9e95f45720bf60bbf8399bbede052a698cb34d27c489f7 37 0.01/1.00 vMB 155
170,709 170,709 00000000000002a342023d7ed0265a72a676ee0eae7b06cedf3edebb59d9ce0c 64 0.03/1.00 vMB 103
170,708 170,708 00000000000006eb297b40db44a9bffe25e3f08ff6038d4c315fb051dd1b4bf2 42 0.03/1.00 vMB 66
170,707 170,707 0000000000000432f3b861dee05e71f99e2deb6c2a0e56a41fbde4f22b58316c 60 0.02/1.00 vMB 96
170,706 170,706 00000000000000d833e3eeb5d5271b950926b4b499ae512d27da2b20504db233 17 0.00/1.00 vMB 60
170,705 170,705 0000000000000b1189a480df48657511a39b90e1ec0a93305c106a8299526f78 14 0.01/1.00 vMB 260
170,704 170,704 0000000000000a334aa86ad909db4b1c1adff1c626e9c0dd758cad59c76cf549 76 0.03/1.00 vMB 78
170,703 170,703 000000000000022a63d009012fb613cd1d58df6850f9afc352e5c42dd20a903e 63 0.02/1.00 vMB 201
170,702 170,702 00000000000005272fb51b9949a876394d948c22e77bf8e43086a4184b78fafa 1 0.00/1.00 vMB 0
170,701 170,701 00000000000001ed9d875dafc0b31a8126df1c5931717ed9bdfc8f073745d809 145 0.05/1.00 vMB 10
170,700 170,700 0000000000000b0a54a14561805212262c3c0023eba29e1be4c4e80b18284bbc 38 0.02/1.00 vMB 21
170,699 170,699 0000000000000a4e2c2b18daa7250d82af3a90f0015eb904dbf5a6de2bb83ebd 90 0.05/1.00 vMB 60
170,698 170,698 000000000000052633addc5b95b5d16d4e7848b6bfe99fdd0c70803567429f7d 1 0.00/1.00 vMB 0
170,697 170,697 000000000000059a3eeb6d8a2cff211879151ca8741b921973bff54110b972b0 1 0.00/1.00 vMB 0
170,696 170,696 000000000000000334d35da539753ed2533e3a771310731a28ee03386656bab1 64 0.02/1.00 vMB 93
170,695 170,695 00000000000001f8fa0e74829ad860327a3e1cf585bea15a2c9788d972d70901 42 0.02/1.00 vMB 64
170,694 170,694 0000000000000abe414d96e2859ad2b5b7f987d501083788f061bb58559ada9d 1 0.00/1.00 vMB 0
170,693 170,693 00000000000007cb7a851f1ba59d37b0e79ab231b943fb11d38bc025e965822b 40 0.05/1.00 vMB 64
170,692 170,692 00000000000004b248f5d4f6d6c1cdf35a435047f8dfc99e0d934de78c79ee57 11 0.02/1.00 vMB 310
170,691 170,691 00000000000003d868bdbe26c77f5426478ba8551b0e2d2be0a53ee04020b721 22 0.01/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 780.00 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: 477.40 GB
    • Received: 3.08 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.