Loading Tool

Explorer IconExplorer

Memory Pool

18,383 transactions
8.43 vMB
0.05036971 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.66/200 MB

Candidate Block

Mining Attempt dee6d31e1bed0368d800593b6247f5b9965f63c6629cc0d44fe3ee5230c2a3c6
Version 20000000
Previous Block 00000000000000000001816ebe27c4b538156b72d2393ecf91ed8f62040739b3
Merkle Root 33b6cb812589fa384c2df4085c93762badb1408136b0b86da1cdf7c767feae81
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,705
Size: 1.00 vMB
Total Fees: 0.03221336 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,408 (781,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,041 132,041 000000000000118be81515899a7e4188355eb279fea3d7b973ef3311fc7c0eb7 27 0.01 vMB 561
132,040 132,040 00000000000004571e161c5f81947b00586ae2697b6696279dc68f3972d45dbb 100 0.05 vMB 76
132,039 132,039 0000000000000d7eed5b0008256104f944897efd8c7030b7cb81ec89c912ff90 202 0.06 vMB 286
132,038 132,038 0000000000000d0129bea5ca50807991758180e9d3dbfc7515e9fb423621d1cd 190 0.05 vMB 40
132,037 132,037 0000000000000f1d0c9cd9176e917c1a8ce64a337c2c883a72d5922e9336ab7e 101 0.03 vMB 0
132,036 132,036 000000000000071e3208600f806fee0e682a0118c67813cf4ddf3beec5ca1368 79 0.04 vMB 648
132,035 132,035 000000000000110c64f9fe862ff72816d6ce76d332bc96e91677ec905db0ff44 56 0.02 vMB 457
132,034 132,034 000000000000034db52897c17d8ebe34c4f8b0b1255204a7ef2708d847e6167c 76 0.03 vMB 302
132,033 132,033 0000000000001111cf8687c8ccde31564abecb9875bd9326e95196a7c9a58f4c 22 0.01 vMB 425
132,032 132,032 000000000000038a265138873389528b2d11897c664d7c2c704fbdd49c66de79 23 0.01 vMB 38
132,031 132,031 00000000000006f8892181eb9d6d91759ca29f5196c8b30fc2bbe12a5312c5cf 19 0.01 vMB 605
132,030 132,030 000000000000079ca0e159011dcc2ef22bc9e3a238ae701bac64f9cdb8e18842 26 0.02 vMB 307
132,029 132,029 0000000000000e96b2eadc5f3ab2a1c8dcd4bd7c496dc4c603d5255399a4ed1e 81 0.03 vMB 196
132,028 132,028 0000000000000c50bc6d10cc0e36edab1edf2d620dc4f26747cc31a89a77ed2f 3 0.00 vMB 3,868
132,027 132,027 0000000000000540cc21a2fbee252b86e936a3420b9b792091dd62d424045755 16 0.01 vMB 143
132,026 132,026 000000000000091fe595b1f5942171f6af5f48a62654fd3f2826368d6fa496c6 7 0.00 vMB 756
132,025 132,025 0000000000000345912ca8fda70b07d364f5bf4ba118cdb9f8a623563ca4785d 30 0.02 vMB 158
132,024 132,024 00000000000004cab5b07786971c2264620fcf1bd13bfec60df355a46db9d749 8 0.00 vMB 1,109
132,023 132,023 0000000000000084ed25f9ade6778b13da4c4d619ac39b04bec6875b19998279 9 0.00 vMB 829
132,022 132,022 000000000000034d36edf5ad6f0f751ca87d671c46bd3ac475c2d68c7051ad3a 15 0.01 vMB 89
132,021 132,021 0000000000000454ac02d6858f85fd84c0da25e35255c8ef95b77f055dd1d1b8 23 0.01 vMB 791
Previous 10 blocks ↓
Total Size: 779.58 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: 281.02 GB
    • Received: 1.11 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.