Loading Tool

Explorer IconExplorer

Memory Pool

45,549 transactions
26.71 vMB
0.06167379 BTC
Random Selection Loading Transactions
Max Size: 141.43/200 MB

Candidate Block

Mining Attempt 8e719ce72d1e67d15ae8ca570e33505d3f9ec5bc9aa69954d4de86583c68c019
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root 9dd5b742182e1801fa8bf34e5a43ac3d95875507da58015aa47b690eed9e97c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,635
Size: 1.00 vMB
Total Fees: 0.01247179 BTC
Feerates: 150.62 > 1.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (469,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,013 445,013 000000000000000001a45f72f89a1385202a0a847057c3d318a8e3b453f1cadc 81 0.03/1.00 vMB 84
445,012 445,012 0000000000000000013c4f9c25dac5f794cb029848b607ff80af52b94aab6bc9 1,145 0.56/1.00 vMB 56
445,011 445,011 0000000000000000033eff11b6a1f7897f64fd2c0bed16ddc4515156fa0ae8df 983 0.37/1.00 vMB 76
445,010 445,010 0000000000000000023b7c4fa3c63af8531f801b686021d007d5d1ef83b0737c 254 1.00/1.00 vMB 7
445,009 445,009 000000000000000003032fb9afb9adfd28dc3a98e3ce18deac5a2a8e436b52e2 519 1.00/1.00 vMB 15
445,008 445,008 00000000000000000017ee94357befa2afc8b9f71a1407dea79b26b4a94f25a4 2,024 1.00/1.00 vMB 58
445,007 445,007 00000000000000000189b53c646e881dad55020a8a94e094a9974ec42bd1f35a 226 1.00/1.00 vMB 5
445,006 445,006 000000000000000000dc08cb1df50662a0fba37b943c0ca69e5099f5d444e889 807 0.38/1.00 vMB 66
445,005 445,005 0000000000000000005849cf61f5b2ed7a64b0b2ee560bac5a95131002e27743 574 0.24/1.00 vMB 78
445,004 445,004 00000000000000000048f576313669765c9511d99b355e5dc804f743d53443a6 1,047 0.93/1.00 vMB 39
445,003 445,003 000000000000000001f6ac90c8573413ebb59797d65dc6739b2552b83fa18032 729 0.36/1.00 vMB 72
445,002 445,002 0000000000000000023a61ca15689c09e459240e13a4dfab85b6737095e293d5 527 0.76/1.00 vMB 25
445,001 445,001 0000000000000000014e6727ec006228a7bc048be919efbbee0a9f28599158db 1,729 0.99/1.00 vMB 52
445,000 445,000 000000000000000003287f1b7576b82af3c8927ae8af9a7398bdcbf9af378762 1,099 0.95/1.00 vMB 35
444,999 444,999 00000000000000000351166ea7501da72d29dc9a8606853c32a844b277390f5d 1,301 1.00/1.00 vMB 42
444,998 444,998 0000000000000000030b74c150334b598675aef1a534b70a99b945b30ae688a3 1,504 0.62/1.00 vMB 73
444,997 444,997 000000000000000000fa9ef5cb1a100e5b51828d628ff7bd5418690b3eaee8ff 902 0.39/1.00 vMB 76
444,996 444,996 00000000000000000211c3aa5d2417c052f3dd5f98a1e1b953aa3ddf2c959ac9 1,461 0.56/1.00 vMB 79
444,995 444,995 0000000000000000018830de86c7f75aa8c2dca3f42281410bf85e9cd7ee2048 359 1.00/1.00 vMB 14
444,994 444,994 0000000000000000029aeab5b686c191f4748db0ce605188b3ce26d52e61a4a3 1,464 0.99/1.00 vMB 51
444,993 444,993 000000000000000001a008a997f09accc1c9c4cdc7133cec944a589ca0e911d4 1,468 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.96 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: 647.41 GB
    • Received: 12.94 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.