Loading Tool

Explorer IconExplorer

Memory Pool

79,479 transactions
29.51 vMB
0.09246541 BTC
Random Selection Loading Transactions
Max Size: 178.59/200 MB

Candidate Block

Mining Attempt 5c5eb3e18a20b7d28444d4ed5464691f3811765fbccdad8d98b3493a71d8171d
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 678770c3cf7355ea90c6973faf17a0b4eca63cd9dc50eda9ad4d88ad030776bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.03032192 BTC
Feerates: 301.60 > 3.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (514,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,521 400,521 0000000000000000001341ae238c6262fd85e1bb0622ab5e8afbb5d51d21c8e6 2,407 1.00/1.00 vMB 47
400,520 400,520 0000000000000000064d87bb2ad6326e96ec29628e0a2961c34c50ae2df7d6d5 2,528 1.00/1.00 vMB 46
400,519 400,519 000000000000000005dcc63df80c5f0f58567f6ef301fa6bed78bdadfcd0b230 2,363 0.98/1.00 vMB 51
400,518 400,518 000000000000000004fa4dc5370134c6d6aaa3f81f4e8b3be5790d7611832798 2,101 0.93/1.00 vMB 42
400,517 400,517 0000000000000000030ffb545b15990d745b0df3e4f08cc86ad23ee90990e658 1,451 0.93/1.00 vMB 27
400,516 400,516 000000000000000003aaf34e478de83d74c0ccdee889355400664c9bdc090049 574 0.99/1.00 vMB 15
400,515 400,515 0000000000000000060a66c1b23143230d8d4333a2dfd994be96632bc306ec3b 908 0.98/1.00 vMB 20
400,514 400,514 0000000000000000011edd1762bfcdf7b0c59247a45ac7448b6f8c8c6989fa90 1,583 0.93/1.00 vMB 32
400,513 400,513 00000000000000000027a148d756a2972336ef56a0150d391cd2ed727e50aeb1 1,978 1.00/1.00 vMB 48
400,512 400,512 000000000000000001249e05649026a590504f1cd2770fcb7b7ebb9e5c21bb74 1,030 0.93/1.00 vMB 25
400,511 400,511 000000000000000006962b6dbd10bebb5362550eb9e6563ee3962f2ef57b0fc0 992 1.00/1.00 vMB 21
400,510 400,510 00000000000000000393a8854eea621ca1d5de3c5ccb9bef5324fadf980edf55 1,503 1.00/1.00 vMB 26
400,509 400,509 00000000000000000485f91afbb4a0f71b38abe7c49f4854cbf8f4be82b67940 1,301 0.93/1.00 vMB 24
400,508 400,508 000000000000000006639d07fe7e8e657f73b517ae8624b44ac50eb44430cfee 2,461 0.98/1.00 vMB 35
400,507 400,507 000000000000000000643ac6e8da169717232f532d35f2d76cfe78a347f6e58c 2,325 1.00/1.00 vMB 42
400,506 400,506 000000000000000002e324cb3c419c8163c5e490baf181d5ec51513bafee24c1 2,640 0.98/1.00 vMB 58
400,505 400,505 0000000000000000045fe3bf714f28777652e5d7bc9218ad030be73514230596 1,157 1.00/1.00 vMB 24
400,504 400,504 000000000000000004ad18bcb40530bd424d78ac3a024b15e0be81e20b0a41d4 2,207 1.00/1.00 vMB 37
400,503 400,503 000000000000000004f1e01a012911318eb6060a43c7fc06ac98001c82c07e07 2,608 1.00/1.00 vMB 62
400,502 400,502 0000000000000000039724e54fa2f024560180eec5833f2815913349e7368208 896 1.00/1.00 vMB 15
400,501 400,501 0000000000000000015c2ed3b3f434003ca37a557b757d4205c44fd45c3f84d1 533 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.