Loading Tool

Explorer IconExplorer

Memory Pool

14,881 transactions
10.93 vMB
0.05105484 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.87/200 MB

Candidate Block

Mining Attempt 5af6b69e560e04522827055bc276a673e6cf51dc4053cda4a58dd1a46ddeee69
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root 0409bb16cd934c4cdab2376a087e39a4f80a8172ba8e99774b7822574912a6dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 0.99799225 1.00 vMB
Total Fees: 0.03033880 BTC
Feerates: 202.69 > 3.04 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (728,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,337 185,337 00000000000005cf886afc3bb4bf437f8d3ff29e4d2fd9f30333b964a97c927e 643 0.25/1.00 vMB 152
185,336 185,336 00000000000003a6f02736051eb4a1b6d237daf2fb8a29b5e850f88cb86be36e 148 0.06/1.00 vMB 169
185,335 185,335 00000000000008c2c73c1ad45bd2273ae73b2f5f8d6dc15b3a24060b5a6b0de1 563 0.25/1.00 vMB 123
185,334 185,334 00000000000003e41d9741355da7f80feef3088f9c74a2566bb73bf01852a0e4 291 0.09/1.00 vMB 415
185,333 185,333 00000000000002334c71b8706940c20348af897a9cfc0f1a6dab0d14d4ceb815 116 0.05/1.00 vMB 191
185,332 185,332 000000000000098946ed42c960f021c4392387c9aa39d63fab59bdf13ab6bcae 400 0.25/1.00 vMB 214
185,331 185,331 00000000000005359e69bb66dcdcf46286fc739289fe43c74607219560ce269b 416 0.18/1.00 vMB 174
185,330 185,330 0000000000000681f665778d819dfdef7fadce56cf77e7d1885a4874005f2872 702 0.25/1.00 vMB 151
185,329 185,329 0000000000000a7ce8ad0bd14b19b99b631c142ecba7e58858d21484b4d43cbe 447 0.25/1.00 vMB 145
185,328 185,328 0000000000000423e9c99a8d6de40601d4a05711874ace5ec581552e1af4bbeb 7 0.00/1.00 vMB 15
185,327 185,327 000000000000056c10a3b25f044ca1ae4ca35a1e00e183e6daac7b85d79f89be 140 0.05/1.00 vMB 157
185,326 185,326 000000000000019a3f416d0f3cb18de548b383340f44728322701b5026009dbb 512 0.31/1.00 vMB 117
185,325 185,325 00000000000008390bea32f66022ad60f836a1215a6c8589a5de486c38fdd84e 152 0.05/1.00 vMB 237
185,324 185,324 000000000000046d308c85a6f2eac867997943eb711929814d330ba19d0db46e 73 0.03/1.00 vMB 146
185,323 185,323 000000000000006bb85c39ba756734c68b09b24bb5447799412588a21ad8cebe 192 0.05/1.00 vMB 19
185,322 185,322 0000000000000125bcdfaabed8982e65274a1f0974bb184f60c14d570a49c0b4 677 0.25/1.00 vMB 163
185,321 185,321 00000000000009583212b034a4beda02789b061d170053d47a9da834fde9c0bd 416 0.25/1.00 vMB 101
185,320 185,320 000000000000025794291d12f3e63daca4403bad6800e18d10c7b4570dae2f66 381 0.25/1.00 vMB 102
185,319 185,319 00000000000000f8d9ae524828648983ccb93f1ef9bc5976f3665ea2b115edf0 143 0.05/1.00 vMB 121
185,318 185,318 0000000000000369f84f7feac6de5d0e1b05dbfcb05974b7dbf0bea4274f791c 160 0.07/1.00 vMB 112
185,317 185,317 000000000000071f112190cea747dec1ba4a4861aeccb1b69f6f4792ae949d5f 522 0.25/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 780.28 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: 516.61 GB
    • Received: 4.46 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.