Loading Tool

Explorer IconExplorer

Memory Pool

49,270 transactions
29.83 vMB
0.09689535 BTC
Random Selection Loading Transactions
Max Size: 158.98/200 MB

Candidate Block

Mining Attempt e3713cbec0b6f3a92ba7fcb95eeafd6d694a610406f85ae9672e9330dc4e185c
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e3068849bfd11a9350fb5b2b5d5e8b19cb25ef7bf67dbeb6c37584eeed8f2ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03305010 BTC
Feerates: 150.68 > 3.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (546,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,004 368,004 0000000000000000129b9d02336fd41988141c0f45e2de671e7f3c82f5152597 557 0.84/1.00 vMB 22
368,003 368,003 000000000000000013ec2b054ec00a870e30257e3ad3fe6b1e0824e6c359d459 241 0.37/1.00 vMB 14
368,002 368,002 00000000000000000d4ec126daa023a2aeee798ef077a55476930e70f7c6c4eb 1,258 1.00/1.00 vMB 31
368,001 368,001 0000000000000000125427dedb152b12f85f1158054c6239b68169177e2155b9 1,194 0.95/1.00 vMB 32
368,000 368,000 00000000000000000d39970aac12754eb89c2dcfda539b65562e5c3fec102c24 333 0.21/1.00 vMB 44
367,999 367,999 000000000000000002ecfae4a265896540387ced21d752995cd9cf5aa455a31a 1,877 0.91/1.00 vMB 63
367,998 367,998 00000000000000000ab5f74527cb9618e83221e4905806df6c03a0f736b4e78a 519 0.25/1.00 vMB 49
367,997 367,997 0000000000000000112eb2a0458015e08d32e1dc2488baf15959d7f837878e0b 711 0.89/1.00 vMB 24
367,996 367,996 000000000000000012307e5a04f8a72f5f5bb3a4e17085741892f7d2d45e68f7 311 0.25/1.00 vMB 32
367,995 367,995 00000000000000000af3419b6dc49c62441c47672bbb63f692cc841dbd8e9a84 643 0.47/1.00 vMB 30
367,994 367,994 00000000000000000ebd67c8f83fd8f7e7cf5f320e7a39fb4c7f2eaabf29064a 1,114 0.85/1.00 vMB 36
367,993 367,993 000000000000000012bff129114e11d4ad3afba8d1b60695bf3fbed146db7f58 1,396 1.00/1.00 vMB 34
367,992 367,992 000000000000000003a739453d1c22a14d004e690e4adb230f60fc8cd910ae96 522 0.84/1.00 vMB 22
367,991 367,991 0000000000000000063e2707e825869b06f69ac91d86a43e1b8c184bbb571ef2 305 0.12/1.00 vMB 44
367,990 367,990 000000000000000011b1dcbe995af4a6db8bdd968187673fde80e0735df75746 225 0.18/1.00 vMB 27
367,989 367,989 00000000000000000147e58ac97389c05e52b2d88405d99641ec6465163eb9f9 883 0.98/1.00 vMB 16
367,988 367,988 00000000000000000873bef32a02d9d2e3acaaffa0c393ac197fb27dbb3f4f21 1,812 1.00/1.00 vMB 54
367,987 367,987 0000000000000000077e14706eadd788116254e147d516993fb7ca694ce8c316 492 0.37/1.00 vMB 31
367,986 367,986 000000000000000006d5a4ce2e42afed237bf41a20ed81f215f3e2ee1f1be84f 658 0.75/1.00 vMB 27
367,985 367,985 00000000000000000292edfb0d417bb90140708f221ef7336ca9c80ebb51eee6 235 0.23/1.00 vMB 34
367,984 367,984 0000000000000000004c5a95d5c76b365d6f83d6ca8baa5f1d5cfae0600b5b1c 271 0.28/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.