Loading Tool

Explorer IconExplorer

Memory Pool

80,823 transactions
30.50 vMB
0.08278835 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt abc92a504632d453f8a7d9c0889ec2d4731d511beec16b7a4bc1ec299f74caae
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 7acbddb74c7a28bd3ac1ee5f689102327238b35421bffde661c57b249e0fdaa3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.01453225 BTC
Feerates: 318.30 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (325,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,447 589,447 00000000000000000017e4edb7e0d75fc1d5b031c630c437ae4188e760a025df 221 0.07/1.00 vMB 41
589,446 589,446 00000000000000000018e404d23af72db55fb461617d9c4008d91da78473e3eb 2,062 0.74/1.00 vMB 26
589,445 589,445 0000000000000000001b5a4e936ab5486073f55d23d6b5185f9fe2d1288bacf6 97 0.03/1.00 vMB 17
589,444 589,444 00000000000000000012a987b701be03d299c9e174e96d49b464014496394f0d 1,200 0.38/1.00 vMB 18
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
Previous 10 blocks ↓
Total Size: 783.00 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.33 GB
    • Received: 17.89 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.