Loading Tool

Explorer IconExplorer

Memory Pool

81,284 transactions
34.27 vMB
0.13830785 BTC
Random Selection Loading Transactions
Max Size: 194.68/200 MB

Candidate Block

Mining Attempt 649a48ea66c1f67c2f1efb9ca5d9335f2e2c6d85b4c0504a743ab7f9acca7fbd
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 82ea8a810187f3ebbf91b20a444b416a31361dda16798210024c3fba8772ec9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.02504656 BTC
Feerates: 384.62 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (725,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,552 189,552 000000000000078666e002349c325bf9ca0f1686bd293f9937c4d9f934beecdb 537 0.25/1.00 vMB 121
189,551 189,551 00000000000004dcad44aee58a36d8f53f93ec4b19ef2a93e129885ab383923b 2 0.00/1.00 vMB 0
189,550 189,550 000000000000060c720090ec8387ced14198ff503ff2f0f12a815307bc14ec4c 125 0.05/1.00 vMB 83
189,549 189,549 00000000000003984b8589906d00a38fb5248b88d3d1d3cf8cc71df3122d299a 250 0.07/1.00 vMB 3
189,548 189,548 000000000000005a8a685f26e2a927b7b8adb123bd77720cf5826693888c0225 651 0.25/1.00 vMB 351
189,547 189,547 000000000000075af8cde05106b3a719197e476e21009c58a3f7d6b68b86e330 9 0.00/1.00 vMB 0
189,546 189,546 00000000000005375a38b821671898f3f70207cc4c2f4ce4d3a36eecbf317b95 8 0.00/1.00 vMB 6
189,545 189,545 000000000000067e3bc71900d53fb276e87c827d0cde5951d746b28d708aa538 397 0.23/1.00 vMB 98
189,544 189,544 00000000000001d3d23463557340dcbf700ca6b00d3c71ec8891a08f5af3ab73 127 0.05/1.00 vMB 88
189,543 189,543 0000000000000156e43338f7bb3e873f3a0a06df30b31959e95c9370c52e2a0d 137 0.06/1.00 vMB 178
189,542 189,542 00000000000000be5c6aef5e7c396409eb2ce0249386846d1752cf59bc544d29 238 0.10/1.00 vMB 142
189,541 189,541 00000000000004289fe055bc7a2434af9c37e7904aeb31a512ff0c6efc318fcb 35 0.03/1.00 vMB 91
189,540 189,540 000000000000023d4f2c69b4030650537b165cc588853ff396ffed3f8f198846 52 0.04/1.00 vMB 38
189,539 189,539 00000000000003b79f39e9296b75444742d3941b6d65e4aae6ccc22aab13af1e 256 0.14/1.00 vMB 169
189,538 189,538 000000000000084a71c025d2d717103f8b53755c37b153b18ca201daac8e7905 197 0.09/1.00 vMB 85
189,537 189,537 000000000000014f24cc4b5a4e6d4a17aadabae15b1607866efa73a08b25a763 168 0.08/1.00 vMB 81
189,536 189,536 0000000000000236f0ba0d3f050b46bae421fd977ffd8d9b367d75d24cad8c1b 479 0.20/1.00 vMB 116
189,535 189,535 000000000000044b016b7c7735a36dff78ba0cba508fe28b3d1bce1b4bf06c13 427 0.20/1.00 vMB 122
189,534 189,534 0000000000000194b076dfad6fdbe0e988b558c87a65e0ca3f8c6baf49fa2103 178 0.07/1.00 vMB 1,030
189,533 189,533 00000000000005cf1b9907f25ceb4885184ca03b59a5c83bdbf4af9bd3bd08ec 19 0.01/1.00 vMB 85
189,532 189,532 000000000000014519db6aa89ff2170d1b0dc08212f63d0d0cf199c54377828a 377 0.18/1.00 vMB 115
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: 729.70 GB
    • Received: 18.49 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.