Loading Tool

Explorer IconExplorer

Memory Pool

82,980 transactions
34.78 vMB
0.16534427 BTC
Random Selection Loading Transactions
Max Size: 198.01/200 MB

Candidate Block

Mining Attempt 8c059d61aabfcd031304a784e765ee958562b8c6eafa45871eab1482e27e977f
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 843f522ccc512f337369a15ae1ad1d4fd37dbf10f024c2b4319fbc1330994ee5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.04389372 BTC
Feerates: 301.60 > 4.40 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (463,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,559 451,559 000000000000000001af36e51af7d63287f7ef7a61ad6a05dea3a6991545f7b4 1,419 1.00/1.00 vMB 177
451,558 451,558 00000000000000000247e5220e188e7844569d88bee68d3bbf2ee5aebb9fc155 1,657 1.00/1.00 vMB 138
451,557 451,557 000000000000000001a7aa7eefe90819534fd66448a6a66df7139dc811dabf25 1,617 1.00/1.00 vMB 133
451,556 451,556 00000000000000000295c96e064267f5b57798c5bae29f35c5bce431eab5257f 1,898 1.00/1.00 vMB 166
451,555 451,555 0000000000000000015ad147c3a478d1935fc3cc056b5dea78a094586b6c0ec1 2,298 1.00/1.00 vMB 157
451,554 451,554 0000000000000000007026c38861351ce8585586e3e5fc97f92f16a67130cdae 2,173 1.00/1.00 vMB 148
451,553 451,553 000000000000000001a46202cb6c33eaf061ccbec04c66d665b11f5672407dd2 2,674 1.00/1.00 vMB 155
451,552 451,552 000000000000000001f6aac605ed453e68427cf4d1e68e54265faed2423e5c75 2,170 1.00/1.00 vMB 128
451,551 451,551 0000000000000000012ab1d6c526f774afa5df7d5c45d1bd5ef8ea4e524c1a00 1,028 1.00/1.00 vMB 153
451,550 451,550 000000000000000000258e3d066d6cb54cdd6598732d9f758a0552f21139ebc5 1,098 0.93/1.00 vMB 181
451,549 451,549 0000000000000000011cef0f93fea5e1a01202bb0fc9eb8f16efae8fa1cb4d9b 2,575 1.00/1.00 vMB 159
451,548 451,548 000000000000000001421457fde3477bfc000c1a91f1e452014fece3d8364ad3 2,151 0.99/1.00 vMB 63
451,547 451,547 000000000000000001c2c739607f18919a02116501c7c3b5866f8e15c71fc009 2,359 1.00/1.00 vMB 95
451,546 451,546 00000000000000000047de5a39fb36fe051921361cabf75e94064df9229c7e37 2,277 1.00/1.00 vMB 115
451,545 451,545 000000000000000002326a7492fa9c77487e83e5a2f61e3bb9d65189f11a7dca 1,641 1.00/1.00 vMB 47
451,544 451,544 0000000000000000012308ec03d3e2366be0e57ae071cb27a12484970e4bb57c 2,449 1.00/1.00 vMB 83
451,543 451,543 000000000000000000d34ee0c651b0d5b74c19fd825c7b07326efdca672238fa 2,055 1.00/1.00 vMB 86
451,542 451,542 000000000000000000d0744e0781ee1e9e85c0da2908be08349b7e50adf1741f 2,189 1.00/1.00 vMB 115
451,541 451,541 0000000000000000028f2285290cc4cc1aaf53f409dc7d5276c809d7c35d46fe 3,035 1.00/1.00 vMB 72
451,540 451,540 000000000000000000098a40298e9f8cb95a859049e353ad1a2cf439c8d3ac70 1,820 1.00/1.00 vMB 75
451,539 451,539 00000000000000000246c7772e855dfcf55e451916502083f795426bacb6c8ff 2,629 1.00/1.00 vMB 82
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: 728.32 GB
    • Received: 18.47 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.