Loading Tool

Explorer IconExplorer

Memory Pool

29,591 transactions
8.41 vMB
0.09260273 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.86/200 MB

Candidate Block

Mining Attempt 20f2b646034b0f0953cc2f8fb286dd4655b91b788a972b48b27de82e21cee73a
Version 20000000
Previous Block 0000000000000000000085d82659c261506a12d07e487081cacc9cc9e17168ac
Merkle Root 3f1cc464ede362228fe94ecbf0cc2d1b42189707cea139cb51dc9eabc26ee357
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,263
Size: 1.00 vMB
Total Fees: 0.05421604 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,018 (759,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,913 153,913 000000000000057776eb6a622c5a5ca6a2fd117cc4cf309f1a63ff88257b22e4 0.03 MB 86 3
153,912 153,912 0000000000000bd8b59366367e06d826e5786bbb35c3c50224b4c37b4648bee2 0.01 MB 37 228
153,911 153,911 0000000000000b5a104e456f82fda98992ffa6411e4bb0d217c5b08713a1f542 0.05 MB 77 147
153,910 153,910 0000000000000b567549fda597791c246f0e1775db32cc6632da860922e8968d 0.01 MB 19 877
153,909 153,909 00000000000005c08ba4746c72db6f2df4df76ec0fd59fab593bca095fcdfbb3 0.01 MB 23 184
153,908 153,908 000000000000066ab874fe98976a3a048e3b47d9b5948e3bfad5702180ac3762 0.01 MB 10 46
153,907 153,907 0000000000000214741cd9273b4cab96145ff553bb5d21d7b139dd17a3f92d25 0.00 MB 9 116
153,906 153,906 00000000000005cf86768fe44ec943428bb911e6bf0a3dd16f5b808bbe7c1cd7 0.00 MB 8 22
153,905 153,905 00000000000008340fbf757ed3566a76f6bd41942aae68bbe2e4b2fbba77b41d 0.02 MB 78 62
153,904 153,904 0000000000000bbb7687c9499bf6d0e57a9e48afab5fdce339344e1e097b60ab 0.01 MB 15 648
153,903 153,903 0000000000000b502a28f6dd32036fcef748349edf3fe1da9b5d8247e0214589 0.01 MB 22 200
153,902 153,902 000000000000036b23d3904ae49b8a06477dfc6906f26021f2aee92c5ec4e1ea 0.02 MB 51 144
153,901 153,901 0000000000000086b95950b852889fcd90f806ff2fb874478e4b38cc306828a8 0.00 MB 12 62
153,900 153,900 000000000000064ebf75f02a9fc91fb9a22a69a2ea529b49986e97bd45538fda 0.01 MB 17 226
153,899 153,899 0000000000000055492d2be45f1aca59cd079a2e90b2f4d2b0492398a7338960 0.02 MB 35 177
153,898 153,898 0000000000000a66af260c700a01ef4ac4a38de0d4eb927a2f8e2d0bf3dbba54 0.04 MB 95 0
153,897 153,897 00000000000007bdf731662e48e73f510ad531db3edec47a1dada6dd89cd91d2 0.04 MB 52 83
153,896 153,896 0000000000000b08ebffd383c4e763c15045cbd956e8ea8637cd69f0cd4e370f 0.02 MB 55 8
153,895 153,895 0000000000000b0ff304551db04a83b3dc7038e36723acddce1fd8cec0639ce1 0.03 MB 35 641
153,894 153,894 0000000000000a5bdef7674cfca92270258a0b1f92ff973949cd1b58aa6faef6 0.00 MB 13 22
153,893 153,893 0000000000000c2edf74cf2907675b1ca1ad430ffa4c2c55406d3864ad7a85eb 0.01 MB 17 187
Previous 10 blocks ↓
Total Size: 778.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 400.64 GB
    • Received: 3.59 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.