Loading Tool

Explorer IconExplorer

Memory Pool

82,329 transactions
31.15 vMB
0.10941172 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt c3a488aeb414b727701409d75c5afb93e8aaedfde4768259a500fcc4f87c7ef5
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 7abe124895e8aa10bf13a28fe686c16cdfa429b5385b0132135d0b6ec11b0aeb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,629
Size: 1.00 vMB
Total Fees: 0.03505444 BTC
Feerates: 803.65 > 3.51 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (325,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
589,422 589,422 000000000000000000024ab7c47434ff0e3947cf875a06e3ec5d6a1f6b436b4a 2,772 1.00/1.00 vMB 64
589,421 589,421 000000000000000000173f2753b0c48eaa7d588a19a48dcfb4373de031b590b5 2,637 1.00/1.00 vMB 70
589,420 589,420 000000000000000000053934ecc084a527e3fb0526c0ff090a107b471682c3f7 2,918 1.00/1.00 vMB 43
589,419 589,419 000000000000000000095c372f74babb348d428eb89f6d9e60d5d002614a73ed 2,353 1.00/1.00 vMB 24
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: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 718.64 GB
    • Received: 17.93 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.