Loading Tool

Explorer IconExplorer

Memory Pool

77,057 transactions
28.72 vMB
0.07401182 BTC
Random Selection Loading Transactions
Max Size: 173.90/200 MB

Candidate Block

Mining Attempt 32ffc23f2fffa5344292cf76eb48d2a565d22d2ee8e72908bc8ac9146396a9d5
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 538af2ef8832b72b5503ec9bf55437836b8f9da0864c86e502dfd20689a3aa2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,122
Size: 1.00 vMB
Total Fees: 0.01421489 BTC
Feerates: 71.79 > 1.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (308,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,502 606,502 0000000000000000000c761ea868de2a7d2af6d10208325589bca8d92dc803cc 3,346 1.00/1.00 vMB 28
606,501 606,501 000000000000000000004c98c48f6d2c52cfb2236ab3ee378d6cb1a1d1873ab2 2,833 1.00/1.00 vMB 35
606,500 606,500 0000000000000000000d2e949fc5315d9400bc66127a0926251f3c5a569ecde6 2,765 1.00/1.00 vMB 23
606,499 606,499 00000000000000000014134bfd7753b14ea549a94d0092c623d2e526cc63eb0e 2,372 1.00/1.00 vMB 56
606,498 606,498 000000000000000000009cbadc29b14ed0606688c4d452f944cb2e1e4087b051 2,836 1.00/1.00 vMB 22
606,497 606,497 0000000000000000000701d9040958646210f230d3cd04bb66ed3c41cac59e70 3,300 1.00/1.00 vMB 17
606,496 606,496 00000000000000000011cee194234ea3312daff3fbedc3098e036d26172acb36 2,152 0.92/1.00 vMB 10
606,495 606,495 00000000000000000010127ae2d54754d253b8f2fa524c27dc3d7da4204644dc 2,328 1.00/1.00 vMB 20
606,494 606,494 00000000000000000009334881f6ee321cf9ae0eaa94c7bd04ae142e5aa310da 627 0.18/1.00 vMB 18
606,493 606,493 000000000000000000125ce255766173ec40a97f2c9f2d2e34c8860fbdf696c7 134 0.04/1.00 vMB 20
606,492 606,492 0000000000000000000acc85df69fe8aaa85eb5013079c0312b337d2ca5aa752 213 0.08/1.00 vMB 6
606,491 606,491 0000000000000000000f14d53a056dd75c4b271bb68d88c2b24e62ab1c5e98f9 2,576 1.00/1.00 vMB 26
606,490 606,490 0000000000000000000dfe94c17b8346c7203a65a91ff1691b581b97c6bb28af 1,828 0.59/1.00 vMB 16
606,489 606,489 000000000000000000010eeb5eb1d92cb96b2d090d75e9a350417bfc8815ebc7 2,526 0.91/1.00 vMB 19
606,488 606,488 000000000000000000056233f3da60e41e865a5daa03ec980c191d4ce67079f8 2,813 0.86/1.00 vMB 17
606,487 606,487 0000000000000000000ea6ecaf5985b81eb2c3b54271299d129764203682c0d0 457 0.12/1.00 vMB 20
606,486 606,486 0000000000000000000b56b1db652a78e13ba77c4830251624a23a2572f7fdf7 506 0.17/1.00 vMB 27
606,485 606,485 0000000000000000000d17bf643c610a6c119b83a06ab8eb4c26e041a8f955b0 2,547 0.76/1.00 vMB 17
606,484 606,484 000000000000000000128f8038038ce03e5e3c3d3810f2fddc81f29c266b2bc0 3,096 0.94/1.00 vMB 21
606,483 606,483 0000000000000000000afa7b24f58cc529d2e710a23d6f330faa5a780ed68923 2,886 0.91/1.00 vMB 15
606,482 606,482 0000000000000000001093b8c93312193b66d156df06333ab95c5707e5268a8b 2,635 0.84/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.