Loading Tool

Explorer IconExplorer

Memory Pool

16,554 transactions
7.99 vMB
0.02021049 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.63/200 MB

Candidate Block

Mining Attempt 946897a4e7ab180e2084c2db0f7acd20bdde149a976de2ca67c537f181774472
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root a7af6153e2935227b3940aabc39c406f5a12d8293bdb674cb3696ecb2f169631
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,873
Size: 1.00 vMB
Total Fees: 0.00362490 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (784,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,126 129,126 00000000000005113b7c808199c4ec1b58314bcc1e6ade287b703fd6936b2db3 34 0.03 vMB 788
129,125 129,125 00000000000006b2f82a07fe6639fa0f286ae1602715ac35f36a3dbb81c0e943 195 0.08 vMB 451
129,124 129,124 0000000000001bbe4bfecd9b80f1684f8b601a1d675fa9fa1419aa48ede57f84 68 0.03 vMB 831
129,123 129,123 0000000000000fd13c4ba6b651cc01970b8dec0fdb74f6702453471b240de9aa 32 0.04 vMB 2,628
129,122 129,122 000000000000038dc206d64f0789c668584e83e2c153294d869c3348afc85a67 1 0.00 vMB 0
129,121 129,121 00000000000008bab4285c8f4adcafd3de8913b214d9fab83eb73b23f7665490 11 0.01 vMB 973
129,120 129,120 000000000000140a8b065c6354f6de72faf9a731f082f59704637b426a289c52 128 0.05 vMB 254
129,119 129,119 0000000000000c6f529669823c77467b1f8637b4e5306a10d88281693032bde4 68 0.03 vMB 370
129,118 129,118 000000000000154b85d604bbfc6b923954512c45468645367758629253e53bbe 14 0.01 vMB 2,370
129,117 129,117 0000000000000bf090b9940de53fdf9a33e7ded29cb6265e963fecef353b7a19 19 0.01 vMB 2,222
129,116 129,116 000000000000186c134e87d70a83686286789a6e711d8821266951a4b10e95c5 17 0.01 vMB 336
129,115 129,115 0000000000000e1986148e75a5a837621aaf9f1b6b3556c5d62bde3a2d05e0e5 12 0.01 vMB 722
129,114 129,114 00000000000019bb3847cc836fe27ab1bc3ac8265e3dcf468530ad9debe3cce8 24 0.03 vMB 820
129,113 129,113 0000000000000db88095286cfdd051f4f90acd596349f1eb1a9b436e0dac5f9b 98 0.03 vMB 319
129,112 129,112 00000000000008ba307a7d91e8532b1252b8c79f2d3c558ad73e716c3cb5d00b 20 0.01 vMB 1,159
129,111 129,111 0000000000000184556ac0e1be98d1f79ba3697c8d75558a28788dafe63cdddf 20 0.01 vMB 805
129,110 129,110 0000000000000b16337e640d101cde93c679c130436659ba21cdec3b9f218c5e 20 0.01 vMB 1,493
129,109 129,109 0000000000000feb2b0793815e69d46006d2bfad034f518b270624caa7cad215 42 0.01 vMB 540
129,108 129,108 0000000000000a6d9d26e60d97cef8e14ba2b85fb5dc2fe4570b2c3f110897d9 22 0.01 vMB 706
129,107 129,107 000000000000013c82cae901715260fe1b7ab6dbb58872d7f64d13fb728291fa 1 0.00 vMB 0
129,106 129,106 0000000000000d3eb3c06142eee8955335c5250faad295934559587e5f39cbb9 37 0.02 vMB 463
Previous 10 blocks ↓
Total Size: 779.57 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: 268.55 GB
    • Received: 1.04 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.