Loading Tool

Explorer IconExplorer

Memory Pool

75,623 transactions
31.91 vMB
0.09256514 BTC
Random Selection Loading Transactions
Max Size: 184.54/200 MB

Candidate Block

Mining Attempt 672674d93c11a6df5ee81d011e51a3d5260bb6e93418df8704de453f3c77ba55
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root b3c500b135f8181247b91dd3a7f1aec5f1d4334c01d0656933e9994fbbcfd577
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.02919196 BTC
Feerates: 151.03 > 2.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (368,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,426 546,426 00000000000000000009e8e2f9944b4db5f8471b72b3e5354de94ada17b8d803 1,554 0.84/1.00 vMB 14
546,425 546,425 00000000000000000017a7c7ab81f9f296eeab528de8438569ee476923c57221 1,142 0.78/1.00 vMB 9
546,424 546,424 00000000000000000002ce1c006d279d371adf28382d1e1656f0e7baecd3ef14 2,312 1.00/1.00 vMB 19
546,423 546,423 00000000000000000000dd9b9203f79b6a5462c59c0cfa36ae5137a1f7ff1120 1 0.00/1.00 vMB 0
546,422 546,422 0000000000000000001a8d274b3e7c6fad455cc0146e4544d2f93814fe536e24 1,140 0.68/1.00 vMB 12
546,421 546,421 00000000000000000010da1bfb178c101198bd6f6f9deb9894473275e731239e 435 0.96/1.00 vMB 1
546,420 546,420 0000000000000000001ce3e3ca6d8a4c0abc27b540e075fd3e6fddb3bb4678cd 1,053 1.00/1.00 vMB 11
546,419 546,419 0000000000000000001636ca210543d31d70d8928333da00ffd70b8b816aa696 1,934 1.00/1.00 vMB 13
546,418 546,418 0000000000000000000e1d575d3bf7600c4cfc0fdfd826142169594021190a7a 1,134 1.00/1.00 vMB 5
546,417 546,417 00000000000000000000c484b5f0194d71a6ae4f9ed629de710dac9d639e283a 1,919 1.00/1.00 vMB 6
546,416 546,416 000000000000000000066bb38a4d2a7c2f743ba8a7b7298808943e1915c9b3dd 1,953 1.00/1.00 vMB 3
546,415 546,415 00000000000000000012ebec13e6c87501027c318895ba25c4723c59f5c550af 2,429 1.00/1.00 vMB 5
546,414 546,414 00000000000000000007961c9973fec1dcace481b70f375871938c5fb2f14633 2,605 1.00/1.00 vMB 18
546,413 546,413 000000000000000000027bd7cbacb33b34a4269d0a835666b9ecce9316b052d1 2,488 1.00/1.00 vMB 26
546,412 546,412 0000000000000000000c67723d4cb0260e6f7618856fe7e4634b441aa483eecb 1 0.00/1.00 vMB 0
546,411 546,411 000000000000000000045887e4d9fc2ee7602b39692e0d0dd58b227ea2891cbb 2,461 1.00/1.00 vMB 6
546,410 546,410 000000000000000000118de0e4fe8f68a1a12114b500a70fe955d9ed8881d33b 2,458 1.00/1.00 vMB 25
546,409 546,409 0000000000000000001d3abfd5fab99e6aebcb28f402fa5405ceba4968af94a3 2,414 1.00/1.00 vMB 21
546,408 546,408 0000000000000000000da5674e69beea09096f39d12d07cbcbd867a5d6c8c997 1,671 1.00/1.00 vMB 9
546,407 546,407 00000000000000000001bd6928af98f8400246c59e025f29d7040069c68c6ebc 2,427 1.00/1.00 vMB 4
546,406 546,406 0000000000000000001647830591c30161eab2ff0414bf5da6271a3077d7d5cf 2,562 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.29 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: 657.10 GB
    • Received: 14.49 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.