Loading Tool

Explorer IconExplorer

Memory Pool

78,687 transactions
34.38 vMB
0.15033735 BTC
Random Selection Loading Transactions
Max Size: 192.15/200 MB

Candidate Block

Mining Attempt ef93d2b67d39b44d55bc4a70f6781883919f88789c8367370b8f1d221c0435e4
Version 20000000
Previous Block 00000000000000000001c3b45a252bf26d63304081f6ed643c9077982691539f
Merkle Root 8d5d7d62339ddc921d946b2f96e0a8cf2ec4116c7d4c3075ebe8d1178090d052
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,135
Size: 1.00 vMB
Total Fees: 0.02656176 BTC
Feerates: 99.73 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,413 (477,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,147 438,147 000000000000000002d0c0c135f4d8ae59a18a6948ffba598cc6ae9e8c54b84c 917 0.98/1.00 vMB 23
438,146 438,146 000000000000000003ca190807823b66bbcdda3c2888dd88ffa2581606ffd4f7 1,589 0.87/1.00 vMB 57
438,145 438,145 0000000000000000008feaaeab5dc87f405c995cb9acc5d77361e68eeaf49795 380 1.00/1.00 vMB 27
438,144 438,144 000000000000000000573b4f5da1df53af0fee4908f780f3a3cd4a0a6b606ebd 562 1.00/1.00 vMB 32
438,143 438,143 00000000000000000388c557d3a484746b23f0511a514a2153398dafc9c9dcd1 1,814 1.00/1.00 vMB 54
438,142 438,142 000000000000000002de55b0a0d30817311b3339b1caaac7879a82bb18121e6e 1,758 1.00/1.00 vMB 72
438,141 438,141 00000000000000000143de6c240cda0719fb1116bbe1c9fadf22803e6a3e75a1 1,650 1.00/1.00 vMB 38
438,140 438,140 000000000000000000708055356a2ee1218835049cde75e13f384bcb8c0b2d7a 2,468 1.00/1.00 vMB 57
438,139 438,139 00000000000000000159c9cb7dbcf83efe908b5e2d142c047383f6905314ebbe 2,112 1.00/1.00 vMB 55
438,138 438,138 000000000000000001c7135840df2812ac9322304e418eb803317ce3b413e4a0 2,787 1.00/1.00 vMB 97
438,137 438,137 000000000000000004222c9fc9a2d1fd5b01a8b86fcfa1af9ebb5ba3b030674e 1,302 1.00/1.00 vMB 36
438,136 438,136 000000000000000001f1c83afbf6bef74362b7fff62879e4949826a10b366f1a 1,642 0.71/1.00 vMB 67
438,135 438,135 00000000000000000038a2fc6d0500aa8b11e962d98c9d00b8a702836479ac3e 1,784 0.85/1.00 vMB 63
438,134 438,134 000000000000000002903cdbbc018520c2d3430a488ab0a7fdc327071aa1a6f5 653 0.62/1.00 vMB 50
438,133 438,133 00000000000000000390d94bcc70741d85f3353a96af61daf20d660b40cc5fce 995 0.48/1.00 vMB 71
438,132 438,132 000000000000000002c36c12da83b919bb7127f8cd871d4c35a17e127325498f 1,117 0.47/1.00 vMB 71
438,131 438,131 0000000000000000043e97e6365f8f49fe5c1c67bde6fc55fc42e78b6ef8e192 744 0.30/1.00 vMB 71
438,130 438,130 000000000000000001491e4bde5acdae9443f533d640556d0713846fd064ba18 735 0.63/1.00 vMB 44
438,129 438,129 000000000000000003b6b9b33dca6636239d6a53cff36f8653841d533e9d4c2b 453 0.20/1.00 vMB 34
438,128 438,128 000000000000000002c99ba89356caec429dabce65f7f9ae52ca40cbcf4793b5 2,154 1.00/1.00 vMB 49
438,127 438,127 000000000000000003ecd55b130b835f331f1806ea55bb433dd2d9fcf6997e99 2,756 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 783.10 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: 731.98 GB
    • Received: 18.53 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.