Loading Tool

Explorer IconExplorer

Memory Pool

38,756 transactions
26.18 vMB
0.05785812 BTC
Random Selection Loading Transactions
Max Size: 135.65/200 MB

Candidate Block

Mining Attempt 3faab6af2127098f0f311df122913c245bfac6f8dcff963ad486d087738b4d8d
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 767c08e642c364f4daa989ae66bc4e604802ceb5048867a2b99342d606a9d45c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,473
Size: 1.00 vMB
Total Fees: 0.01000909 BTC
Feerates: 50.62 > 1.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (351,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,537 563,537 0000000000000000001a54e50af251afe20775af43e98b6de1483b01e0b687c2 1,685 1.00/1.00 vMB 6
563,536 563,536 0000000000000000001b7be17bb0ee1be1a79a9fbbb403f65eaa5c50db3ccedb 2,515 1.00/1.00 vMB 19
563,535 563,535 0000000000000000001e4d879a6c5b07a35c5f1af585cbb67e02352229b07b6b 2,906 1.00/1.00 vMB 13
563,534 563,534 0000000000000000002dc4768c72272f1c78a8629268c1c2c7ecb5c203241fa9 2,785 1.00/1.00 vMB 15
563,533 563,533 0000000000000000000874d023df4139ffb29d25bb0919f889dc2420cbfa3ded 2,916 1.00/1.00 vMB 16
563,532 563,532 0000000000000000002122ba9e2c37473a4fa3298424e0404f354c1e137f7a3a 2,883 1.00/1.00 vMB 19
563,531 563,531 0000000000000000001e2842264d85043e82163d14baeaf10ddd8074b8cd341d 1,524 0.78/1.00 vMB 12
563,530 563,530 0000000000000000002d82fa8eddc13d84035d59925ee156326608e5ab1ee3f0 3,034 1.00/1.00 vMB 13
563,529 563,529 00000000000000000009574e532c299c8b734d0045dc67a1650d8675c4aeb203 2,934 1.00/1.00 vMB 21
563,528 563,528 00000000000000000017b827a47c4773af6f6624f0509a33fe9066542aca7806 1,330 0.41/1.00 vMB 9
563,527 563,527 00000000000000000023de9e07c8a5a40fa85295f837afbde963a4b1c36315aa 2,942 1.00/1.00 vMB 14
563,526 563,526 000000000000000000009462d49ffd888ba04f820b4292f5c760556f7c5338b7 3,148 1.00/1.00 vMB 12
563,525 563,525 00000000000000000009a134536102f4b422f7f0b490670d6cbf78e4f1401f1f 2,449 0.80/1.00 vMB 7
563,524 563,524 00000000000000000018f583c5b45251e44c8f061e0c7959a215bb6fc968dbc1 1,821 1.00/1.00 vMB 17
563,523 563,523 00000000000000000022cb054ec9611082025462c328137d48eed11671b8ed79 2,480 1.00/1.00 vMB 13
563,522 563,522 0000000000000000000a0bbf03268323a4e2b84ab6b8569a247264812c947f78 2,982 0.95/1.00 vMB 13
563,521 563,521 0000000000000000002bf5e6381c98aaca68d1c55b27bd3b44414330053ac66f 2,098 0.75/1.00 vMB 12
563,520 563,520 0000000000000000000542d832d303cfcb64776c310736bf2e4a2e10bbde3a31 1,113 0.44/1.00 vMB 17
563,519 563,519 00000000000000000004c1b92f05b35c070e6e49510ec44226fd597b2648877e 1,472 0.59/1.00 vMB 8
563,518 563,518 0000000000000000002aa2f297101c172d0da335389f10a27ea0b97f6d21dd5f 75 0.02/1.00 vMB 3
563,517 563,517 0000000000000000002bf803b9bcb66cd6e090e66fcb15704238d03ab7a31110 2,278 0.68/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.22 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: 654.69 GB
    • Received: 14.16 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.