Loading Tool

Explorer IconExplorer

Memory Pool

47,902 transactions
27.76 vMB
0.05966328 BTC
Random Selection Loading Transactions
Max Size: 148.25/200 MB

Candidate Block

Mining Attempt 46f4dc9a0335a4247a7f17ffe0f1f4b8c8799fc66b088b99b0b29d2a9217379c
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 836497b5d7cccb635c456c0c1c2553400148b4c036d4cd1c514d6f6c20c4d2e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,190
Size: 1.00 vMB
Total Fees: 0.00728525 BTC
Feerates: 100.00 > 0.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (573,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,176 341,176 00000000000000000b1142eec5a1716897055de1890f36b04b23c3baf39b0451 1,169 0.68/1.00 vMB 22
341,175 341,175 0000000000000000003b421398b983ff7b7cdb49f07b799dcf28e6026e118971 512 0.22/1.00 vMB 35
341,174 341,174 00000000000000001785f8c5f4aab2a0dd286acc0a46e936af977e62862b4298 180 0.19/1.00 vMB 2
341,173 341,173 000000000000000004abccc09e2f5809d1c42ce7cb5c7556c0dbe0f117809612 183 0.05/1.00 vMB 30
341,172 341,172 000000000000000017e76dec850a14ea6475e5dba578036f4632502d5a2b7e9f 703 0.37/1.00 vMB 24
341,171 341,171 000000000000000007156a7f8a9aad6c28275ec05e8a8e42a0571fbb37b30596 442 0.30/1.00 vMB 21
341,170 341,170 0000000000000000098ccc9c45b0be0f8c32edce2d6a6a8b0091fef847311226 211 0.11/1.00 vMB 22
341,169 341,169 0000000000000000170665c0bf79b935b167656abe072aa9aa9eeece51657d17 1 0.00/1.00 vMB 0
341,168 341,168 0000000000000000112a9ffbad6e13bd97d0670771209fc90ed39a8c04212a33 393 0.36/1.00 vMB 13
341,167 341,167 000000000000000014dcf2b05d4b299d5d10440c52523dfaae669c683fd22b15 1,411 0.75/1.00 vMB 23
341,166 341,166 000000000000000009229ae86c67e4b4af722a387629828c5a8494cb2fa6c044 1,024 0.29/1.00 vMB 43
341,165 341,165 0000000000000000178c66e4c2ca1732a6e4de3c9fcd491f45966f9a728bc23c 670 0.37/1.00 vMB 21
341,164 341,164 00000000000000000d79f52c75fa2cb377caf528d628da24e7089e6c686c93f6 294 0.49/1.00 vMB 13
341,163 341,163 00000000000000001263e943cd24eece8657811c1613912fa63f8c103e6f59da 2,142 0.75/1.00 vMB 36
341,162 341,162 000000000000000007c59c6ede28b230450fe830c701af7e10c00e8cf4c39dad 778 0.44/1.00 vMB 21
341,161 341,161 000000000000000004e1a85844efacf50191462bae6e744d9467e0161669a5b5 1,162 0.72/1.00 vMB 23
341,160 341,160 0000000000000000015bca8ce59f9a4eaf13fe517fd833110afc178c6a649359 641 0.25/1.00 vMB 42
341,159 341,159 000000000000000017b218867e1a030b449e8f5dcc81de6b5a53bb49c13d437b 813 0.42/1.00 vMB 26
341,158 341,158 0000000000000000137352789c77b3addeabd94fc08feb6dbb7f07502d6e8ed3 141 0.07/1.00 vMB 18
341,157 341,157 000000000000000007ee47ad572dce061a20ecb189315f73816f1a10ddd91af9 357 0.30/1.00 vMB 16
341,156 341,156 00000000000000000f2bccdfda2e118d352a93168607c261d0b1b962fc0a1cbd 552 0.20/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.