Loading Tool

Explorer IconExplorer

Memory Pool

42,867 transactions
26.25 vMB
0.05596362 BTC
Random Selection Loading Transactions
Max Size: 138.02/200 MB

Candidate Block

Mining Attempt 9ab883b3ff6a5de5c8b89c327bfb90f678b2dadb9f855232770ca9e16e883fe8
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root b5cf9f9d6df39ecc9b0ad14582f68f6d07c964cca1cc0a228ee0f59bcedb0169
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00805296 BTC
Feerates: 61.00 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (596,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
318,658 318,658 00000000000000001196009ebcf1b44f33f840a60ae751717c3cc21154b0ac12 64 0.02/1.00 vMB 18
318,657 318,657 000000000000000012494213810a2d6a419bc5cf045123e6f5c7200a695c92ed 199 0.09/1.00 vMB 33
318,656 318,656 0000000000000000259d63bc2e3e45a93e123abd6092f957aa77888e69e52cf8 285 0.13/1.00 vMB 31
318,655 318,655 00000000000000001cd02253512fb5259e4d1c14433eb74353168af2589a286b 891 0.58/1.00 vMB 25
318,654 318,654 000000000000000013b7e69db53412b64eb3b4afb5744252c46793e14d612373 48 0.02/1.00 vMB 14
318,653 318,653 00000000000000001c33f6917ffc210df153ab8139a73776702a49b41ca4479f 342 0.18/1.00 vMB 27
318,652 318,652 00000000000000001f61b0e41faad0e6b3a880eb8f3fff8c3c0078e7d0a7bd05 440 0.24/1.00 vMB 27
318,651 318,651 00000000000000000ccbf1ff1151a749af3bb9fd1acca63e3a950747d7719f85 162 0.13/1.00 vMB 14
318,650 318,650 00000000000000000f7e0febf0e834e14f2045092fca657c11ec1273d9e19470 506 0.25/1.00 vMB 33
318,649 318,649 00000000000000001e00de69740ee4f3dd5efe857899e4d1b30c5b05f545e7a1 996 0.62/1.00 vMB 24
318,648 318,648 00000000000000000bf2b5eb059b9f36d0402b29eef50a74b0c061e730504624 195 0.11/1.00 vMB 14
318,647 318,647 000000000000000017c33ee1f2b71716b37baeaea3351c4f04f98fa2cb47f2d7 259 0.13/1.00 vMB 20
318,646 318,646 000000000000000022d78b9548237a1b0431a05cf9029b6c86c7b85d8f4ac7f3 1,001 0.55/1.00 vMB 24
318,645 318,645 00000000000000000725318658a24c5e402148811e0c7a85d9530f7d0216c184 1,913 0.88/1.00 vMB 31
318,644 318,644 00000000000000000b6c48c5a3d1d5c994c03e6bc19caa55d2a205f80c9ff26c 227 0.25/1.00 vMB 17
318,643 318,643 00000000000000000aa504d0063f7a1beb982d8b21c55f076a480ece3da63b1f 645 0.25/1.00 vMB 39
318,642 318,642 000000000000000025071525e4c8f30ab8c7649b16908d32b91d9cccf4628247 310 0.16/1.00 vMB 25
318,641 318,641 00000000000000000167ac10160cdaf2f504f00742c9f7fe5b3f2eaf6727f309 1,255 0.78/1.00 vMB 30
318,640 318,640 000000000000000024ee67bb23563d6314c547b02bcf821a853005d7c8cafeec 129 0.08/1.00 vMB 9
318,639 318,639 00000000000000002204f2d89218de7e3a10d1f504328860a2fd81cd83a216ec 1,664 0.86/1.00 vMB 29
318,638 318,638 000000000000000006d0708a522c3f82143f5309ee9f26a0976be17f0f426f9f 106 0.10/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.