Loading Tool

Explorer IconExplorer

Memory Pool

47,367 transactions
31.19 vMB
0.13906894 BTC
Random Selection Loading Transactions
Max Size: 159.35/200 MB

Candidate Block

Mining Attempt 04295f09ec22130daa8d333070e5cd05fb3fe1e0567a8cbc014f27e3f512a781
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 6fb0bbd5cb974ec6353525b723fd1f920abf34d399db0914329975b5329178aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.05950671 BTC
Feerates: 150.97 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (190,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,423 724,423 00000000000000000007eb5e5bc890683e13dae73311aea772dbc052a4862d48 1,745 0.80/1.00 vMB 9
724,422 724,422 00000000000000000007535f99c9d21a950474340a3fa06608f8f522a15e0a4e 260 0.33/1.00 vMB 2
724,421 724,421 0000000000000000000716529f40c42850ae42484c1dfe10cc2d05815e1c713b 2,052 1.00/1.00 vMB 6
724,420 724,420 0000000000000000000952f93fa9c48c84b941924bc1f2d2f713f2394de3cc05 2,407 0.86/1.00 vMB 10
724,419 724,419 0000000000000000000750f4ae6b9abeaf4b4ab62a25ea849389099b955cf296 277 0.12/1.00 vMB 7
724,418 724,418 000000000000000000012efec21e96fe6686a69cc433d8386da020a259ce1aef 1,443 0.89/1.00 vMB 6
724,417 724,417 00000000000000000002904839ddd02c22eb68d35415a6bca9b4fe322d9fbe50 19 0.00/1.00 vMB 6
724,416 724,416 00000000000000000002b06e03ac5ec287f61631e3122201f32f5ef52fda3947 377 0.44/1.00 vMB 3
724,415 724,415 000000000000000000068ed3064afc01bc6a99ccadfcf42ec05a4723d0a53732 1,590 1.00/1.00 vMB 6
724,414 724,414 00000000000000000006b877827f825a7f6a9f719eb2aa40e903f15198fa2d5d 1,397 1.00/1.00 vMB 7
724,413 724,413 000000000000000000065136c551219d3cbdae11987e6d197cc51f5570e7ccd1 762 0.34/1.00 vMB 8
724,412 724,412 0000000000000000000213ed895d9be141778b2d991d3623bc05076177d71705 2,583 1.00/1.00 vMB 9
724,411 724,411 0000000000000000000045aaec0eb868c8500c7ce2ea863933c3721fc351954e 366 0.16/1.00 vMB 10
724,410 724,410 000000000000000000098444759e8378f19beff13bc8daac2daf491c523859ef 1,433 0.55/1.00 vMB 9
724,409 724,409 00000000000000000001994569357fc2b6c62860ddf8ee018815ef18b880fce1 46 0.01/1.00 vMB 15
724,408 724,408 00000000000000000004bb86cab643fb876b71a9a7707fc4b19fd2c1ca452296 323 0.19/1.00 vMB 3
724,407 724,407 000000000000000000073432c61683b093be978bf319cbe6049aa79715dec4c1 2,367 1.00/1.00 vMB 9
724,406 724,406 00000000000000000009fba98680085dee62c76437e10920af1c9ba0423ebd47 75 0.05/1.00 vMB 6
724,405 724,405 000000000000000000039c70b61663cf39bb79932c4141d813c26a09df9b1fe0 1,283 1.00/1.00 vMB 4
724,404 724,404 000000000000000000005dbf66e5523788fad0e521e21ce82d02137fc41768c2 2,043 1.00/1.00 vMB 10
724,403 724,403 0000000000000000000088d2364e2e89ce68cf6374c378c61f511169942511df 555 0.52/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.