Loading Tool

Explorer IconExplorer

Memory Pool

85,229 transactions
31.79 vMB
0.20195824 BTC
Random Selection Loading Transactions
Max Size: 190.18/200 MB

Candidate Block

Mining Attempt 60f1763ecf851ae6b7f448125390abe7415bc5f8fd4ed83b33db0f06a76de05c
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root bce1d25397aeb71c8a3148374c8a8b88e1f0c8dc3d62e1fbcd8efc01b7f1bdb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,993
Size: 1.00 vMB
Total Fees: 0.09198027 BTC
Feerates: 529.10 > 9.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (483,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,565 431,565 0000000000000000044cc7678731086957690d99a861f36d2564483e2077480c 2,466 1.00/1.00 vMB 54
431,564 431,564 0000000000000000041095f7ba27fa93f3f82a2c5873250644a70acb4a4b43fa 869 0.41/1.00 vMB 51
431,563 431,563 000000000000000001c1ac2dbb7d63a4c527c0e5022befe1d8eadd75e4ca56e7 1,193 0.97/1.00 vMB 26
431,562 431,562 00000000000000000288ea9d075ebf547f32734276432043b74f5b222f3f7462 2,161 1.00/1.00 vMB 54
431,561 431,561 0000000000000000024ebc7e9e6a51cae211f0bb96204cfa43a2d8ace83b32ab 1,787 0.75/1.00 vMB 64
431,560 431,560 000000000000000001f03a26e12d57a9c9807a65e9038c1bea5ac582df29f572 1,984 1.00/1.00 vMB 70
431,559 431,559 000000000000000001cca8e33fbd704d7a016545b4d7a64bde213e8df212ae02 415 0.20/1.00 vMB 53
431,558 431,558 0000000000000000011cdad951e0cd7be2963e598227afdd9b8512abe7cca46f 451 0.98/1.00 vMB 10
431,557 431,557 000000000000000002533c42031927e60adeeb0d66b028f823689e455904b9fa 1,595 0.75/1.00 vMB 54
431,556 431,556 000000000000000000fb245b8c52497c24eb9ef124015db2ee8a4ae8e5e4d513 915 0.39/1.00 vMB 56
431,555 431,555 000000000000000002ca63afb88d1a575e0dcae25993c154aad2ce05dcbf67cf 143 0.06/1.00 vMB 59
431,554 431,554 0000000000000000022f8048f72e208c868c9228326f673c8f7102e6b675d377 1,496 0.68/1.00 vMB 56
431,553 431,553 0000000000000000037dcb1a5453f0367d3b25aef91dfa0e4329fd2b707f6d29 629 0.51/1.00 vMB 28
431,552 431,552 0000000000000000017398f9c914457d6d15035bc563dedbf8176093ce215043 2,264 1.00/1.00 vMB 59
431,551 431,551 000000000000000000eeab285d94a28f60c613892c99126fc4a816b771dc290e 658 0.43/1.00 vMB 40
431,550 431,550 00000000000000000429af9ba4dc95aa80759c82476bafec5812623c31d3fba4 477 0.95/1.00 vMB 19
431,549 431,549 000000000000000003216c7f54cb35c4705a6f95cdaf2c11998630f6fb4733d0 422 0.25/1.00 vMB 51
431,548 431,548 000000000000000001f91700d9d4c02d7da381886cf64dae6390aa431a978be0 433 0.99/1.00 vMB 14
431,547 431,547 00000000000000000255b1e870e2f9dc0f367ec93fef510c3f0104f1e3a5d21e 467 0.19/1.00 vMB 56
431,546 431,546 0000000000000000047cedb4c48f865f9e2dd07cb4cda20d2fd58d31c6eef241 545 0.37/1.00 vMB 45
431,545 431,545 0000000000000000047b6789dd9ca853c714deb5c06803905f48a565bb071708 2,445 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.