Loading Tool

Explorer IconExplorer

Memory Pool

79,516 transactions
29.66 vMB
0.07752262 BTC
Random Selection Loading Transactions
Max Size: 178.18/200 MB

Candidate Block

Mining Attempt 7582ab7dbe0dea00c643eaa4b1f7777bffe4dca489c19c2b92e22913b0190009
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 4a9a90cf878717506eb693e280f2db804ea45df42583e7d77cdfd411ccf291d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,430
Size: 1.00 vMB
Total Fees: 0.01714990 BTC
Feerates: 502.65 > 1.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (263,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,676 651,676 00000000000000000006316f453939a77d0edfc7cd56edc253c673a664948f17 2,443 1.00/1.00 vMB 59
651,675 651,675 0000000000000000000827157af1fcdb6002fcde064c9cfff0fbd8fd472a0109 2,734 1.00/1.00 vMB 64
651,674 651,674 00000000000000000000389f179ae6766b0c0b341c88487c0dd28fce747f8826 3,140 1.00/1.00 vMB 56
651,673 651,673 0000000000000000000caa36cbcfcb8f413e0d14ab9b5682046e7f2f4ce9904f 3,006 1.00/1.00 vMB 78
651,672 651,672 0000000000000000000a1caf44e3d7bde55a8a8c6514eaf96b2fefad4b924144 2,839 1.00/1.00 vMB 116
651,671 651,671 000000000000000000045984d8ed7a814be1725c654d8ca5380772f7ba6365d7 2,613 1.00/1.00 vMB 107
651,670 651,670 0000000000000000000ad113d1245d768d14b278f139bea1ad268783823fb495 2,513 1.00/1.00 vMB 118
651,669 651,669 00000000000000000002744b294487bd05159c5cef154c23124b5ba7d8daabe5 2,189 1.00/1.00 vMB 126
651,668 651,668 00000000000000000006c40c37c9467a53474b40723a49f7b842ab1198bf60fa 2,514 1.00/1.00 vMB 124
651,667 651,667 0000000000000000000bceaf2905479b835c467fdcf765b005618a3df3aa999c 1,876 1.00/1.00 vMB 53
651,666 651,666 0000000000000000000a47669959edda8758811f2331e6c6569234ff50b2767d 1,905 1.00/1.00 vMB 83
651,665 651,665 000000000000000000035e0f6e04007c4bb3fddc57bfc23ed753c93d94fc8b78 2,713 1.00/1.00 vMB 108
651,664 651,664 00000000000000000003e58ec007b50a971599f6302c4db7f30a1eaa268526b7 2,597 1.00/1.00 vMB 71
651,663 651,663 00000000000000000004be9bfa2bd3079a52449d1aa27cc1d8289cdcff3bf7e2 2,637 1.00/1.00 vMB 48
651,662 651,662 0000000000000000000bb98b07b93e900edfec950c31ec747d97713d07f8d20e 2,492 1.00/1.00 vMB 66
651,661 651,661 00000000000000000006d5ac24804d068ee1fc4033676e44fe7b19a4ded372f2 1,365 1.00/1.00 vMB 62
651,660 651,660 0000000000000000000db458bc1f010af435d3d6e45c0d1c567376633487b363 2,080 1.00/1.00 vMB 115
651,659 651,659 0000000000000000000a45df69cd528c6f517a622296a24e92d21b300dbb79ec 1,589 1.00/1.00 vMB 19
651,658 651,658 0000000000000000000a12626f95f0445f7eb1eecf56984174a4ddfdb4945f74 2,027 1.00/1.00 vMB 48
651,657 651,657 000000000000000000068e31fceb7adaf6738e72e8803c64c8b1df1b1cdc3381 2,326 1.00/1.00 vMB 85
651,656 651,656 00000000000000000001f38d9c444a88aa96ff1d7efbf7c5b349993a335132c2 2,133 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.