Loading Tool

Explorer IconExplorer

Memory Pool

78,751 transactions
29.23 vMB
0.07869207 BTC
Random Selection Loading Transactions
Max Size: 174.85/200 MB

Candidate Block

Mining Attempt 2d5bd47aa246309d5cb17d77f070450b5050abb1c549e2c1df2ae7642d9dddc4
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 2fcd44e489dd6606beba6b1f807d16bfa6626ff84c58c8e4754ae5ba53b2fff6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01940677 BTC
Feerates: 150.77 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (263,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,909 651,909 00000000000000000001153928bea4f85ac50aa850cf92dc48fcf7c1a38a9b32 2,400 1.00/1.00 vMB 118
651,908 651,908 0000000000000000000b0fb1bda6f24158c5b1926a9e12e2505de030fe91219f 1,603 1.00/1.00 vMB 36
651,907 651,907 0000000000000000000e28eb8bcc5e312003db6c1178125721aaaa2cd4fe24b4 2,492 1.00/1.00 vMB 15
651,906 651,906 0000000000000000000a391a63d086749c40b66b612d5fba265d6c72e735dc86 2,108 1.00/1.00 vMB 79
651,905 651,905 0000000000000000000835ca36a94525e5aa324c7055879ba150135fc31c15d9 2,181 1.00/1.00 vMB 23
651,904 651,904 00000000000000000003c7bb95485e953bdd1ad1f47e03817beb7f9322d0b176 1,675 1.00/1.00 vMB 60
651,903 651,903 0000000000000000000751411840e3c275050790e9f696a71e683239e33d8ced 1,282 1.00/1.00 vMB 20
651,902 651,902 0000000000000000000120a846c76929eb2f924cd821c8bfc55de4e82dc6509e 2,589 1.00/1.00 vMB 100
651,901 651,901 0000000000000000000e41194254b38c6244f1b968bbf47e71fedf6024826007 2,497 1.00/1.00 vMB 111
651,900 651,900 00000000000000000009a0c15380bbe2166ac14d4eb8b61c8fee2230973fef8d 1,336 1.00/1.00 vMB 32
651,899 651,899 00000000000000000004130c50da60ce65a1590b6e40e25c7fab43c46b5d5d59 2,323 1.00/1.00 vMB 113
651,898 651,898 0000000000000000000acc50e52af249a96e1e2b1d1454865be4ee5592e80c80 1,869 1.00/1.00 vMB 66
651,897 651,897 0000000000000000000346bc81e326380a8f2592f7e2ce98c6df3f31a32ed7ed 1,472 1.00/1.00 vMB 49
651,896 651,896 0000000000000000000805b1986955bcc1e20ff64fe729ad205bf63b1a549982 2,523 1.00/1.00 vMB 95
651,895 651,895 0000000000000000000506069d741eff36d9e7b467068be95b6bbc57fdd14532 3,204 1.00/1.00 vMB 19
651,894 651,894 000000000000000000015687669aea901071a4429bc906f9ae1a5fd4e005efd3 1,203 1.00/1.00 vMB 14
651,893 651,893 0000000000000000000b1f962a7c41912179019605da7303ed809962370af1eb 2,971 1.00/1.00 vMB 24
651,892 651,892 0000000000000000000d46004de7aebaeb26f4fd6a455f66507a896b508b5f44 2,417 1.00/1.00 vMB 35
651,891 651,891 0000000000000000000d9a619c18c708130a1d72131a2631f6fbdee7de827c2c 2,460 1.00/1.00 vMB 34
651,890 651,890 000000000000000000003b941e9f3019bc63e3ef3b76ea3c79cd07b29c9791b4 2,126 1.00/1.00 vMB 46
651,889 651,889 0000000000000000000bde249bb23c32210ae3f9adcefa33dfb101c35134ebb0 2,526 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.