Memory Pool Memory Pool Refreshing

7,877 transactions (2.72 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,805 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (859,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,517 49,517 000000000f40bbb212ed8a67907443083ef2d6e9a5bc34126d1f1f1e3377bde9 0.00 MB 2 0
49,516 49,516 0000000021ea3f5c4f0c6905be8faa7f39197e8a3516d50a57a78d34626826e5 0.00 MB 1 0
49,515 49,515 0000000013b4c60edd651be5947166f3dd1e7a7bec98f87f56dc451454242887 0.00 MB 1 0
49,514 49,514 000000000cd42de40684090ff0e102bdcc743fb3b0359c9eeda9872ef3c6f1b2 0.00 MB 1 0
49,513 49,513 0000000003658dafe4486c2d05663902699e57cfd9df9cb7d8c4aa2069acac48 0.00 MB 2 0
49,512 49,512 00000000227fd321bd73cd2fee7a23062a7257821138abfea04d56d540381593 0.00 MB 1 0
49,511 49,511 000000001d18c3f455b96fb6d4052d135367e3ac4aa1112ae7a5a159ff754e04 0.00 MB 1 0
49,510 49,510 000000001762faf02a5088688f388d1fb27877e878a2425522e378b2c5413623 0.00 MB 1 0
49,509 49,509 0000000028d0d242f8e734f4771ee0a8cbf9257731cdee0cc93eb6d5c93f7d49 0.00 MB 1 0
49,508 49,508 0000000007eaefe8d5c05db9e3b11e33b0c0d1b84eaf3626bd7f5f6d50dff2b9 0.00 MB 1 0
49,507 49,507 000000001f28962bff69f1724a39ab9937e0e9f9ef0b6f1b6309fd4cda53ce10 0.00 MB 1 0
49,506 49,506 0000000001715225e980de434139c07650734014702613cff0e2130de54c8d02 0.00 MB 1 0
49,505 49,505 00000000144c05b546019a1f9aa5d32d135120cdf651060b3be4d3ba0d5303e4 0.00 MB 1 0
49,504 49,504 0000000027d50c692002e9d42f17f81d8b2c937bab339fc8a556b7a165747252 0.00 MB 1 0
49,503 49,503 0000000004c07b62ca87f53ba2b0144dfaaf1b094c88e54767c6ba449f1f02ce 0.00 MB 1 0
49,502 49,502 00000000283f3f3d82a9f6901b6afc0f43eab765d5c6c1bcdddd868b4b947bc2 0.00 MB 1 0
49,501 49,501 0000000015db79a6fb7f5a3b07cc5370aafbcac8369734a28e7b0c3785413257 0.00 MB 1 0
49,500 49,500 00000000138d20e79a86839335a7d537bd344e731a7a01003304117b016e90d3 0.00 MB 1 0
49,499 49,499 0000000012adf6c1c0b8e1a8c5f72723cee859000871a0f421336cac446ac9a6 0.00 MB 1 0
49,498 49,498 00000000154bd519b7d1ff1b7377a4c79868678f4f663934c89aadfbe9519066 0.00 MB 1 0
49,497 49,497 00000000238af273f1a5fc1e394eff261288092eb8413ffba5a4ab9e9cecf44f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.92 GB sent, 102.79 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.