Loading Tool

Explorer IconExplorer

Memory Pool

32,309 transactions
13.80 vMB
0.09426687 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 79.87/200 MB

Candidate Block

Mining Attempt 709cee216f56cc8cab6757bfb59f4cba41349ed7b72ab115e7a136fc45cc0878
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 3827d315f0b8bc0e3fcd9a612548e86bdcc75b2ea019fe631908494edc68498a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,960
Size: 0.997901 1.00 vMB
Total Fees: 0.05761062 BTC
Feerates: 203.60 > 5.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (757,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,250 156,250 000000000000058238cdfe1167050ce593cb3f08e7a61ae0e60df7d3caec5823 12 0.01/1.00 vMB 11
156,249 156,249 00000000000009de59c85c704312d1077ba87c8e8495a25af32b38562cdaa30c 6 0.00/1.00 vMB 16
156,248 156,248 0000000000000a2a3d4e9e3c672945938a8c01ec47a5c0cf1b1acbfea07c38e0 8 0.00/1.00 vMB 54
156,247 156,247 00000000000009139afc5f4860822ec51acfa70c94dcba1adcf464f2fecd66d9 16 0.01/1.00 vMB 2
156,246 156,246 00000000000006aeee06a3bc54d192a7f231170883922d17c1c24f420746ccde 9 0.01/1.00 vMB 80
156,245 156,245 00000000000000f6920e7c858c72982fcf989ff14c0156e0c6bc9bc23f4fdfa3 20 0.01/1.00 vMB 15
156,244 156,244 000000000000031e09d466f99ae4d600c9d20958bf92a3f2d67ca555ca2b83fe 12 0.00/1.00 vMB 0
156,243 156,243 00000000000003babe42687f4267f01e3796da6afc138a02ab36c44997188685 39 0.02/1.00 vMB 74
156,242 156,242 0000000000000e12c58a683524cdff917d2c48e662687912f1a32406eca2372e 97 0.03/1.00 vMB 1
156,241 156,241 0000000000000e485fbcfbb02a79d3988ad20de42f3adb56c47f3134ef0f5c95 51 0.03/1.00 vMB 76
156,240 156,240 00000000000000e9de2e64168c6a2db69e6d5c4d2a6671662a32064c0a86887a 29 0.01/1.00 vMB 115
156,239 156,239 0000000000000e942d7a00d858a206e1bfa277b6cb951208dcccf418bc07be96 8 0.00/1.00 vMB 34
156,238 156,238 0000000000000bfd1f5884cba388fa75b967fe178691e91b4eb9fedcc87b6106 12 0.00/1.00 vMB 55
156,237 156,237 0000000000000325848b44fe883c68948d095025bb6af8f9686c644518bc0af0 19 0.01/1.00 vMB 29
156,236 156,236 00000000000003dfcae54abe03a5fce52c57454f58c886a26ba8e4546a81d4a5 20 0.02/1.00 vMB 163
156,235 156,235 0000000000000b929e7625f050634feef4bedb684b3b0a696d3146d686782ff8 5 0.00/1.00 vMB 87
156,234 156,234 00000000000008e5874189f7d9e5b52670601f7df5c901f247464e1091aaefc8 7 0.00/1.00 vMB 0
156,233 156,233 0000000000000e961f7d6d77a03881d3e6f6ca9b43764ce67bcecfc86cbe91fa 41 0.02/1.00 vMB 91
156,232 156,232 0000000000000c607b1ab475c25e48a87f990d20aae18fe8e8a62cf9e614f8cf 2 0.00/1.00 vMB 100
156,231 156,231 0000000000000048da71dd5a252b53dbefc5a58778e5222180095891f31aef7d 106 0.04/1.00 vMB 85
156,230 156,230 0000000000000a4cec7aa642fae064fe6fd11daa808effd15efac18f55553835 19 0.01/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 780.15 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: 501.03 GB
    • Received: 3.76 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.