Loading Tool

Explorer IconExplorer

Memory Pool

34,251 transactions
26.44 vMB
0.10941134 BTC
Random Selection Loading Transactions
Max Size: 134.20/200 MB

Candidate Block

Mining Attempt 992d7d8ec75121e960e72d8d457b1867f661e917507fbf961ccc512af15bb3d0
Version 20000000
Previous Block 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251
Merkle Root 05392e78261c3374374bfa150eb49f0dcc9d55d836388acc093abf1356e55198
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,679
Size: 1.00 vMB
Total Fees: 0.06057725 BTC
Feerates: 101.65 > 6.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,278 (789,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,242 125,242 00000000000003a8df848826cb2e7bb97dce49548dd47f7168695cc7d4b2a040 11 0.00/1.00 vMB 260
125,241 125,241 00000000000001d750a7657d7fb5116af30a2620c233820a4f962a8c4826b861 27 0.01/1.00 vMB 440
125,240 125,240 0000000000001dbbb9c8d198d54ea4dcb1956fcf1d1e8dcec15c8d2ebc123bd7 9 0.00/1.00 vMB 189
125,239 125,239 00000000000044261702f712cb2bec1c7624d5a8fe75d66384dcacb6917eb9f6 27 0.01/1.00 vMB 1,151
125,238 125,238 0000000000002366c7538901edc09e6f25a45438f55dcbf27e30e8e026aa5787 2 0.00/1.00 vMB 0
125,237 125,237 00000000000007ab84822b018d000cb4ad9997771e9b5598f839930693c41755 8 0.00/1.00 vMB 802
125,236 125,236 000000000000115f854d86116550e95bd557c47b3e75b0c6f176fc52fdfd15e7 2 0.00/1.00 vMB 0
125,235 125,235 00000000000014afb04778bd948e7453895af57d631342735db56f20d78626f2 13 0.00/1.00 vMB 1,431
125,234 125,234 0000000000002dbb6f5b5d182dfe8dc06e1866603c225e6194a085e4db93be1c 13 0.01/1.00 vMB 826
125,233 125,233 0000000000000532c93bd52154271d9fc09586ea262066fa67c2bc4911495c9e 10 0.00/1.00 vMB 1,788
125,232 125,232 0000000000000895e753ac47518abe559615117139c015a782395e749d8159d8 11 0.00/1.00 vMB 0
125,231 125,231 0000000000000c80d1c18a9e1b38f4f8ecc231160ffe70c02f373a88766ca2fb 13 0.00/1.00 vMB 1,364
125,230 125,230 0000000000000be68fc5a85b01cf0edc54233e76b7ec375e421318c2f257f244 2 0.00/1.00 vMB 3,891
125,229 125,229 0000000000003831c0a5b760ecaf81b308fa84bf5c470616355a4ec3e3becbac 17 0.00/1.00 vMB 464
125,228 125,228 00000000000003891822dcbaf36454f6f93d42f470c81feb6175f19596718c10 9 0.00/1.00 vMB 0
125,227 125,227 000000000000301ae8d4bd3bbd0c609ef03831dd1e175de9fa8cfbc9222f0292 70 0.02/1.00 vMB 1,618
125,226 125,226 00000000000029768b57d7fd0eda7c361d89a8cc0f266de4bbf213a0c591c3c3 38 0.02/1.00 vMB 1,479
125,225 125,225 00000000000015da9585017679dc4123b9711c09c5c4f7aca88a3879cf5c45c1 31 0.02/1.00 vMB 785
125,224 125,224 0000000000002f498df6d16f5f8900719cfed6eecfa7e353e0b7e515d4e2629f 11 0.00/1.00 vMB 895
125,223 125,223 000000000000436840bbdfce91535db67557a16324969a4d574b5600909534b3 3 0.00/1.00 vMB 0
125,222 125,222 00000000000017012a9dda6bdc47942938c57d6649ae9f7dc4a70dac025e8a32 12 0.00/1.00 vMB 338
Previous 10 blocks ↓
Total Size: 781.09 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: 578.65 GB
    • Received: 8.81 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.