Memory Pool Memory Pool Refreshing

484 transactions (0.13 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,122 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 472 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,121 (854,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,330 54,330 0000000002045f3a86ea2186ba85a00ffe40a02c3e80a3a8e55dec0b7eac560f 0.00 MB 1 0
54,329 54,329 000000000a8b135bc24b84541228b95cf03108be7ec9438462cb86c906d5de69 0.00 MB 1 0
54,328 54,328 000000000f0cf61dd200513c03149e720d2b889bd51a3d1158413e3df4e9d3c4 0.00 MB 1 0
54,327 54,327 0000000007473ffbd77c3a34d49d52e75a81d91a06576a1ded99fe1740769594 0.00 MB 1 0
54,326 54,326 00000000052df904a4793102c3f45825d3c92e5a0d0fdf1d1f05c8eb014c632f 0.00 MB 2 0
54,325 54,325 00000000129ff98a7d6031a3c1c7dac2d984f794baa13f2732410780f540e8c8 0.00 MB 1 0
54,324 54,324 000000001545177982c3650c47fcd12b3be13b72b1875e4279f50801a00354de 0.00 MB 1 0
54,323 54,323 0000000012c2258c1b0cb92bb63bf4a23fdb1f409c6248bcf3106fa503616208 0.00 MB 1 0
54,322 54,322 00000000002971899f19c9304908dd3544b035b553a3d5debd2d586d24698880 0.00 MB 1 0
54,321 54,321 0000000003820fda12cd950c6ac4223714900ddcacaa08b6fdd4cbb029b656b0 0.00 MB 1 0
54,320 54,320 00000000152f12c1f9352c11c99c70ab0599f95f4a783ebf2c2d0486fcd7d823 0.00 MB 1 0
54,319 54,319 0000000002d33fb7f015ed457c54276f2d82d2ecba87aec2beff6e29c3ffa5f9 0.00 MB 1 0
54,318 54,318 000000000d4ddbd261e9f434b9dc22a868aacde715209a53cefdcb503d193768 0.00 MB 1 0
54,317 54,317 000000000581965592540e53683d522e128650377504cf833697d74a7748e233 0.00 MB 1 0
54,316 54,316 000000000d1e2cf92a7e6afdbed6d34fc3ac2cc863d9a236ca4db394a94ece2e 0.00 MB 1 0
54,315 54,315 0000000009e42d0ae32303108ca1329df570443d9c0efe64aee06b1c43daf55c 0.00 MB 1 0
54,314 54,314 000000001365e3b4024ce86680f15cb785d32867898971a8b3bbd9e39938f446 0.00 MB 1 0
54,313 54,313 000000001609298175bbd5ea83257da046b8896e9da42e3e0f63e6f6638a6db5 0.00 MB 1 0
54,312 54,312 000000000edf3f30a4d3c8a5cf67fcee8f519210025d2335155d30e52cd3b02e 0.00 MB 1 0
54,311 54,311 0000000003cc98e07225f5b3562294897b8596beb12dc310ab680a03fbd39e40 0.00 MB 3 0
54,310 54,310 0000000003dfc1a905d465a83f97e2674c16e405c18fdef2357359ddb53d07e4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,930.27 GB sent, 106.39 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.