Loading Tool

Explorer IconExplorer

Memory Pool

41,944 transactions
27.62 vMB
0.07112843 BTC
Random Selection Loading Transactions
Max Size: 142.93/200 MB

Candidate Block

Mining Attempt 53760178315f19b8b49b43f581ac9b21e0f530e51c76af4780edc0e7d0fd2cd8
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 23a4e0f88ac8853e68c5df2f7a12ada23d0730679239b9a67f162b3f4278fb17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.01643126 BTC
Feerates: 100.53 > 1.65 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (337,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,977 576,977 00000000000000000023a2e5875e10f0a18117192169f26855a8eb937a366afb 2,943 1.00/1.00 vMB 150
576,976 576,976 0000000000000000001d703ad3cc906204ed71db623f1bfecd707ca70b520f2c 3,602 1.00/1.00 vMB 206
576,975 576,975 00000000000000000011fb6527d263c6fe655c277fb68efc494ff1fcdb007fc1 2,569 1.00/1.00 vMB 134
576,974 576,974 00000000000000000009829ee181f0adec4e6a2664b30818c00b6e881c20e859 3,298 1.00/1.00 vMB 166
576,973 576,973 00000000000000000022616ea5d7492609bbf5a4f0464c049f91280df3bc9827 2,531 1.00/1.00 vMB 131
576,972 576,972 0000000000000000002496ce72dddd0c48d087237b25495038366d72c0e3117e 2,826 1.00/1.00 vMB 144
576,971 576,971 0000000000000000002739d700169c17dc9fe66db76b428bb748490a79a580af 2,471 1.00/1.00 vMB 142
576,970 576,970 000000000000000000286e0b509da2e97e55eacf08ce950618540bbeb9c64c28 3,192 1.00/1.00 vMB 165
576,969 576,969 000000000000000000098a09eae463e76799918b380fc5a574811a3d0f91ac65 3,166 1.00/1.00 vMB 167
576,968 576,968 0000000000000000000d94c1cb6e94e4952c8c80daf750f82198e3bf46e8ab92 2,859 1.00/1.00 vMB 183
576,967 576,967 000000000000000000117fe2ec462ac8205b31a93ce4836456786b781de41805 3,143 1.00/1.00 vMB 203
576,966 576,966 00000000000000000004091fb2744ab41433789ed3eb4820676f87bc3894a9bc 3,312 1.00/1.00 vMB 155
576,965 576,965 0000000000000000001fe186b0c8882a3840dff8fdfdc0f5c0412a3c86baf599 3,084 1.00/1.00 vMB 154
576,964 576,964 000000000000000000270bf9f2cd4dce9dc461a42c2845588df11540ec814b0a 2,968 1.00/1.00 vMB 168
576,963 576,963 00000000000000000018320f0f8d7259e8591ebc97c7f0a70e1707daa6e1ef60 2,823 1.00/1.00 vMB 176
576,962 576,962 00000000000000000024df5f1792c12a7acd7483374039f004b0277e140d9a04 2,436 1.00/1.00 vMB 217
576,961 576,961 0000000000000000001954fde5db6fde1492136a1000200aca95ec1904b478bd 2,922 1.00/1.00 vMB 172
576,960 576,960 00000000000000000017911641ac83840ce0e63375b66bf45ba5ffd3fd0f8af8 1,889 1.00/1.00 vMB 186
576,959 576,959 0000000000000000000af9cd6ae3d7e6598919bb2af1305ce157b36a0082f9af 3,315 1.00/1.00 vMB 202
576,958 576,958 000000000000000000047bd6ccacc0b5a9f24bbd416788a411e30fb86f12efca 3,428 1.00/1.00 vMB 199
576,957 576,957 0000000000000000000b476eeec60bd7dce39a2c12edd1d34abdd0104d4a2a0b 1,825 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.