Loading Tool

Explorer IconExplorer

Memory Pool

23,571 transactions
11.70 vMB
0.03899677 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.82/200 MB

Candidate Block

Mining Attempt cbac5e987e1646e20f37243a636d481eb63889e4550986f9b5f91140b057bc09
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root af66cf0411974c387e7259b0b9ca70c255eaa4d9f8187920f4b2c6d6250d1ff5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 0.997901 1.00 vMB
Total Fees: 0.01971053 BTC
Feerates: 503.57 > 1.98 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (726,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,498 187,498 000000000000074e43fb49be9da1a58db3350264f7b73e38e5aedf6369909949 364 0.15/1.00 vMB 121
187,497 187,497 0000000000000799614622f77001ea1ca73ef6f034de48cd718df8b4d71557f6 148 0.05/1.00 vMB 75
187,496 187,496 000000000000054d1a42ba0eea255b7b3bab59af507af54cafb1737bcc561deb 315 0.11/1.00 vMB 155
187,495 187,495 0000000000000335b487c20393e603ba8d1883ddbfd9269bf8b7ffe9c63a6ac5 196 0.08/1.00 vMB 105
187,494 187,494 000000000000050a0d2b7d87f6b29b0fdc3efc4030e25c3db2621558ec11fa38 336 0.14/1.00 vMB 157
187,493 187,493 00000000000005af87c4327101ba47004fdfcf3e7793535794d91b6d227699ee 9 0.00/1.00 vMB 0
187,492 187,492 000000000000070326c184ec464070f74ccaa031d969b90db35dda2f6a4ec7a9 59 0.02/1.00 vMB 29
187,491 187,491 00000000000001258375df8ef9ce4615f0ab6f95cb20a50c087e29a496d8c0be 278 0.13/1.00 vMB 135
187,490 187,490 00000000000002eec5073464e2761e5b63458be42d57bc9bb80d1e4ce4267782 69 0.03/1.00 vMB 109
187,489 187,489 0000000000000559890954f16d6a0d937f52c1359bcee59654e9b8246e83bafe 154 0.09/1.00 vMB 106
187,488 187,488 00000000000008deb39e2eeee2f06eae8c3b453823aaae27460394c9cd7ca3f5 54 0.02/1.00 vMB 277
187,487 187,487 000000000000081b69cb4de006c14084c4861f0e4a140c37200117a738733fe8 99 0.07/1.00 vMB 244
187,486 187,486 00000000000004cc410df37e26ec480a80421f2a3231d0d5438d9c34af9ed3aa 64 0.02/1.00 vMB 47
187,485 187,485 000000000000086d1d6316d8176096eb04583ce28432e391f5e388e60412fccc 350 0.16/1.00 vMB 152
187,484 187,484 00000000000003ce23a2211838cc37d7764c5f5a0bb7b8722dd9beeeefbc9c51 467 0.21/1.00 vMB 142
187,483 187,483 000000000000067de06731e65a20db619323fed4d5fe286e0926986f87022567 72 0.03/1.00 vMB 81
187,482 187,482 00000000000004ae3dd1973b21fa54d4096bf497121a9d6c1e117e12a12ba46f 67 0.03/1.00 vMB 117
187,481 187,481 0000000000000963160a00b8454f9acea051310397a1b239c2767f011e15228f 299 0.18/1.00 vMB 145
187,480 187,480 00000000000008a56fd46c274618d96a2e58c04478269057255482992a7f8b62 703 0.23/1.00 vMB 165
187,479 187,479 0000000000000564a50e63eb731883238f7cf75fd66b834d48eadbb378dede3b 12 0.00/1.00 vMB 0
187,478 187,478 000000000000009809807cc211cda70dd5bced26aa874e18f43fb1e4c0b6eca9 256 0.16/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 484.13 GB
    • Received: 3.22 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.