Loading Tool

Explorer IconExplorer

Memory Pool

81,181 transactions
31.13 vMB
0.09179471 BTC
Random Selection Loading Transactions
Max Size: 187.78/200 MB

Candidate Block

Mining Attempt 7359f7d73ec03732fa8e8f6214d90a6544260108c81a74215b64d83173f9917c
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root c210ad906421d00109e2796b7a7230976d5cd361b3882e56c7ddea43ed3c3ad0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,457
Size: 1.00 vMB
Total Fees: 0.01903898 BTC
Feerates: 45.88 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (325,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,443 589,443 00000000000000000006ce2443c1c18378402cd8765139dd763a67bb8be50ff6 3,106 1.00/1.00 vMB 35
589,442 589,442 000000000000000000111f8ee3f1a675b853483b88fe7b2e94a2ee1c148a765a 1,928 0.70/1.00 vMB 25
589,441 589,441 0000000000000000001c1350480cd58ecfaa3f85d60c2616b3c4e25312da27e4 2,537 1.00/1.00 vMB 23
589,440 589,440 00000000000000000019e8712a8e86520c27ea712aaa56d883b7a43dea0311e7 2,925 1.00/1.00 vMB 15
589,439 589,439 0000000000000000000d0c2ee8efaebc8cd22bd33617427345d77ec4d362e9d0 2,400 1.00/1.00 vMB 67
589,438 589,438 00000000000000000008b1deb8006a3c5f19a3bbcfd4092e3bbb7da4d1277afd 2,402 1.00/1.00 vMB 23
589,437 589,437 000000000000000000083f566cc62b9fd0db6371a3470a88a2d36f065e5820e0 3,036 1.00/1.00 vMB 65
589,436 589,436 0000000000000000000953e128e2a632c7f21feec15e6e2cbf7935adcb0ad5ed 2,537 0.86/1.00 vMB 29
589,435 589,435 0000000000000000001b2595febddb51f8e510b88ab5a8fb68441c44301cf9c0 2,807 1.00/1.00 vMB 41
589,434 589,434 0000000000000000000387ad7ea4fdc8f8d8d91b883d560604446dcd9308615c 1,770 0.74/1.00 vMB 2
589,433 589,433 0000000000000000000ca408294837857e32f3296fb0c12328807cbdd8d13021 2,975 1.00/1.00 vMB 14
589,432 589,432 000000000000000000106c08be45b572a235f8f75ec0fbd9dd12cc8b71f3570f 3,042 1.00/1.00 vMB 68
589,431 589,431 00000000000000000013edddfb139b256e7e60e2bef4328b98cf1da3e266b89f 2,906 1.00/1.00 vMB 44
589,430 589,430 00000000000000000016b782100a2670d5fd062df0fbfa745da13989ee34735b 3,015 1.00/1.00 vMB 23
589,429 589,429 0000000000000000000944fd174a0b8b05b95c38c60225f27d013737c729cf74 3,200 1.00/1.00 vMB 59
589,428 589,428 0000000000000000000210ab78feb679b3df7c9a3e30b98b1a39644e40943f45 740 0.23/1.00 vMB 39
589,427 589,427 0000000000000000000d039c0fe2f193265a5930da309995e438c508167058f7 2,343 0.73/1.00 vMB 23
589,426 589,426 00000000000000000005ccda210f06bfa2d2b92571c43ab3e3424069ccca7fd1 3,025 1.00/1.00 vMB 43
589,425 589,425 00000000000000000018e39f3743254eb81889ef9b78163f6c9170f9040478ad 2,751 0.89/1.00 vMB 11
589,424 589,424 00000000000000000003c05ba4a83ef6b658b322afa575bc2e8f94d83515196d 3,162 1.00/1.00 vMB 30
589,423 589,423 00000000000000000012e71dbb7ce017db12251cf1f6bb77a9ede76fac1b42a0 2,903 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.