Loading Tool

Explorer IconExplorer

Memory Pool

87,992 transactions
32.60 vMB
0.25098703 BTC
Random Selection Loading Transactions
Max Size: 194.86/200 MB

Candidate Block

Mining Attempt 30a8572aef6aaed88ab657ad6d2071ef90de8508e8ded53e6527c756b269c03e
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root d12370673bc8d7c9db5e4a7dbc8d3e34a8fb7e20c2cbe3ce861947130c230bf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,865
Size: 1.00 vMB
Total Fees: 0.11133543 BTC
Feerates: 538.26 > 11.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (480,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,510 434,510 00000000000000000373ae887c501ee3b66b1686b0e74287969e76ffff0e88e6 2,463 1.00/1.00 vMB 55
434,509 434,509 0000000000000000002ca4509861823c87a7073577cca513f7b3c54ead38a0d4 1,999 1.00/1.00 vMB 68
434,508 434,508 000000000000000000fde18c6a8654c004d4f4f2bb3206a8b4461847d28706c2 1,980 1.00/1.00 vMB 92
434,507 434,507 000000000000000001287bfb7c87ba379a5d4e2fc9c0f8c70fa08483e513dc8f 1,377 0.57/1.00 vMB 69
434,506 434,506 000000000000000000286d7b69a575a5d242759aaf513d6fe12d609d6081f8ad 544 0.26/1.00 vMB 66
434,505 434,505 0000000000000000035a85c969f8f58f4376c374d7eb2aba8463a2f934361e6c 1,958 0.75/1.00 vMB 66
434,504 434,504 000000000000000003a204284b70bef7ef0d0fca379729914684a507b3492060 1,605 1.00/1.00 vMB 42
434,503 434,503 000000000000000002b857a3580863e495740342d8d8b4152954d4169a427152 1,318 0.54/1.00 vMB 62
434,502 434,502 0000000000000000030d2fb369c4a8193d8046f8c1024026241134b08776ea71 983 0.46/1.00 vMB 61
434,501 434,501 000000000000000001154032ded153f3a0c152f0184a0dd305ae57b509fea877 2,096 1.00/1.00 vMB 64
434,500 434,500 0000000000000000034a8ed563c2ebddbd999c76a829d5ece12d193804a33c0d 760 0.59/1.00 vMB 36
434,499 434,499 0000000000000000010821c880d75e6e325705bf19f01f3a5a9399fa5d4f06e6 2,712 1.00/1.00 vMB 73
434,498 434,498 000000000000000001347da821b5ef2256cc1fc5a20e93d16070bd21332830b3 864 0.39/1.00 vMB 65
434,497 434,497 000000000000000000f1ef296d2ffd08a7fc7f15f0ddfb616c246f2274f859e6 478 0.19/1.00 vMB 82
434,496 434,496 000000000000000002488039a2730dbd1665bfbac6d1dccb05058afa82baba6f 64 0.03/1.00 vMB 48
434,495 434,495 0000000000000000026444d244f7ad6fc9e15371737a3d3aad25d5e028f668e7 519 0.23/1.00 vMB 71
434,494 434,494 00000000000000000416411f5f5c0eb32db956b0338361ecf4f0db8e8217287e 286 0.99/1.00 vMB 8
434,493 434,493 000000000000000002ec7b2ede9e6fe203549006a1f92c5ee6bcf79f59c63738 743 0.39/1.00 vMB 66
434,492 434,492 00000000000000000196ba4591ee2c694ebd520de1d8b3f96e8880a402549b7c 1,155 0.63/1.00 vMB 62
434,491 434,491 0000000000000000035175436fb9f800d4c7e21875471b180932355aa433cae0 1,901 0.77/1.00 vMB 64
434,490 434,490 000000000000000003220ad442851e4c13f6a51446b373fa931146c8521590df 1,063 0.50/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.