Loading Tool

Explorer IconExplorer

Memory Pool

78,488 transactions
29.10 vMB
0.11662908 BTC
Random Selection Loading Transactions
Max Size: 175.55/200 MB

Candidate Block

Mining Attempt 24f8bc41b4637d5614b9d7c160f5615e14ac2bae598f47bc1ea4d9c238e2719a
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root da913c624d6ba8c61738278e365212e817d1cffd45970c63ce34d7112f83bcf9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,178
Size: 1.00 vMB
Total Fees: 0.04195159 BTC
Feerates: 150.80 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (427,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,076 488,076 00000000000000000099b54f8d533b21a745fd5ef72e122d154d680a7f893b93 1,379 0.98/1.00 vMB 59
488,075 488,075 000000000000000000d395af2f4c3b80d1056b18e770b4f235390d73f29a4ed5 512 0.32/1.00 vMB 101
488,074 488,074 0000000000000000004af508368b19251da292ef58713a4c18569b6bae650e83 1,903 1.00/1.00 vMB 80
488,073 488,073 000000000000000000f5eb75f8c730d7fdb9d925540ee48852deafc793ab5e04 1,657 0.95/1.00 vMB 83
488,072 488,072 000000000000000000e6ce9a7a5333ecc9d15964f4c615e67fccf5836d008f84 1,855 1.00/1.00 vMB 85
488,071 488,071 000000000000000000585394fdd218ee96b20b3d8bba5d6965bce4415348a094 910 1.00/1.00 vMB 76
488,070 488,070 000000000000000000a6a659fa3d6977a2f3233ee022763db29f389b1a222f93 1,164 1.00/1.00 vMB 6
488,069 488,069 0000000000000000003d2e0400772b8a93cb6153508438c812b64f4d2cdcccf7 1,724 0.99/1.00 vMB 60
488,068 488,068 00000000000000000005ee3b3ac1255e2777a2d872b2a58ef80a7f5ed46c327e 1,694 1.00/1.00 vMB 57
488,067 488,067 0000000000000000006c4aaded04ce0597a5f4d7c55b02ad1f6a86e7d4ce2cba 2,432 1.00/1.00 vMB 147
488,066 488,066 0000000000000000007fb205f01d6bcb2b85dfd10717dda6d0446e2b796d3362 1,829 1.00/1.00 vMB 29
488,065 488,065 00000000000000000096b6d1a91cfe80a942f8a1b63e4899e2b62173329a2ebf 1,365 1.00/1.00 vMB 65
488,064 488,064 000000000000000000bbfc201e18cc559df820c276e87cf7ed97532f9bd81fbf 1,989 1.00/1.00 vMB 80
488,063 488,063 0000000000000000006abf617d6c39919f770f6b9955ae30a57b12d00fb0bcf2 1,162 1.00/1.00 vMB 69
488,062 488,062 00000000000000000088085181ccdaa3ce4043536146c9522e29b7ecd1d5a9bc 1,994 1.00/1.00 vMB 78
488,061 488,061 0000000000000000000a1f30f01d93812281f4c52f41ce26044d3531d28ef0aa 1,733 1.00/1.00 vMB 72
488,060 488,060 0000000000000000000e62342ea5e4015e441e45ab1b2ed700df8677f79014ce 1,470 0.97/1.00 vMB 97
488,059 488,059 0000000000000000009aa58534593b22365746174a69eca1007ab109aad61359 774 0.98/1.00 vMB 91
488,058 488,058 00000000000000000032e92620a0918e863ed2d3f824a69fef1289b3368b780e 1,513 0.96/1.00 vMB 121
488,057 488,057 0000000000000000005da02c26aaf926eaa2bedefb05495b380a9b02262362e6 499 1.00/1.00 vMB 81
488,056 488,056 000000000000000000df3ef7edee9dca94d2e0dd9ef2d2beff27859ebd7f077b 894 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.85 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: 712.77 GB
    • Received: 17.21 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.