Loading Tool

Explorer IconExplorer

Memory Pool

41,880 transactions
26.49 vMB
0.07104441 BTC
Random Selection Loading Transactions
Max Size: 137.92/200 MB

Candidate Block

Mining Attempt 1f79943349115305ba3fc8e1dc350b0756d8fc7b2bd46dc04c31f05128bb9bba
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 4646a6b116eb296d2746ce6e6fa7031065bcac192632bedfabffca1221892529
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.02231724 BTC
Feerates: 99.53 > 2.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (368,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,876 546,876 0000000000000000000784878e8329b9a1f8fa40e2480c00187d7a0f1adb7bfc 2,511 1.00/1.00 vMB 13
546,875 546,875 0000000000000000001911930b27604c6ca3b3c4a821df939b7c0d058db6cada 2,487 1.00/1.00 vMB 10
546,874 546,874 0000000000000000000ca67443d0396581c6d80ed792a8ae083a0ba792457b4a 3,040 1.00/1.00 vMB 22
546,873 546,873 00000000000000000021d571d4713d9429ad450c55a0bef3208e2c76bb5a7231 2,274 1.00/1.00 vMB 16
546,872 546,872 0000000000000000000e14200201fed1f1d5386413ef2dbbd63b6b7b3815c005 2,480 1.00/1.00 vMB 14
546,871 546,871 00000000000000000013b4e9f5112eceb8777abb3fb7619c8a2e230224d6013e 1,953 1.00/1.00 vMB 26
546,870 546,870 000000000000000000053d632ad7040c08022d1bb5c03181b8dbe62352810bcc 2,795 1.00/1.00 vMB 41
546,869 546,869 0000000000000000001355beca1dd365b064a438c6ee4c7985519f04f666c1db 2,774 1.00/1.00 vMB 14
546,868 546,868 0000000000000000000e0dda56a5b0a1628a4013be0c43a3f900f1282f879638 1,860 1.00/1.00 vMB 10
546,867 546,867 000000000000000000239b049ebd238f977d4ff361350914c1348c37dc88f4f8 2,646 1.00/1.00 vMB 15
546,866 546,866 000000000000000000122e6bbb2489ae94641be4a1b1d98c962a804f98cd4600 1,764 1.00/1.00 vMB 15
546,865 546,865 0000000000000000000be5123d04e6569f4e16c0b0e8473e70a213be37d659e8 2,710 1.00/1.00 vMB 53
546,864 546,864 000000000000000000173becb22b9bbfda1965d6efb3f1b30b5fc0ea02d08522 1,215 1.00/1.00 vMB 45
546,863 546,863 000000000000000000253aeba7ce81a440ab5147cb43da4ba66c94cdd252a3ea 808 1.00/1.00 vMB 70
546,862 546,862 000000000000000000008b6197d83e77d1e115d2908bb824f113bbe7c41f9bbc 2,566 1.00/1.00 vMB 22
546,861 546,861 000000000000000000265492f6253862be8e35a236935583df8dfc148aedcd94 2,009 1.00/1.00 vMB 14
546,860 546,860 000000000000000000024743fbaf2cbb4fe9d1740464ec7958e9ca4dbbab6fd3 3,115 1.00/1.00 vMB 12
546,859 546,859 00000000000000000021acbb2c97d8e6000a8d265d3c06d58f8ee3adaf3bf14f 2,248 1.00/1.00 vMB 34
546,858 546,858 0000000000000000000e0264bcd239558d4152d3dde9a85b2ba267fa985a08b9 439 0.20/1.00 vMB 10
546,857 546,857 00000000000000000020954bf9826f7dbd60e0f54ea0135579dbdf2d558cf12b 1,113 1.00/1.00 vMB 5
546,856 546,856 00000000000000000018fc3fb67c03823e805db75332ea5e067d06c5da9f2d22 2,651 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.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.