Memory Pool Memory Pool Refreshing

1,500 transactions (0.53 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,821 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,500 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,820 (850,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,562 58,562 00000000060b4860559b711bf43f0fa08d50f3ab975cd018d29f5b4c09826f60 0.00 MB 1 0
58,561 58,561 000000000d7c4354b19cbd4c4dde949daf8ffdc023d6db9e46f7784a6f0944cd 0.00 MB 1 0
58,560 58,560 0000000001782d5e05e4ef0c2207c826d1fdb5abab304ffe51e08a44b1a2ea76 0.00 MB 1 0
58,559 58,559 0000000006c025e0ce7f1efad9c85d99d03d71f4301bc81f82dca55bf0ac7540 0.00 MB 1 0
58,558 58,558 00000000013f2e878f73bce131c289325c43166432d189b74a897b07ae683a85 0.00 MB 1 0
58,557 58,557 00000000037ef2f7a610bfc5397551c1af8afd6e9deac7cc2290d4fe6325f451 0.00 MB 1 0
58,556 58,556 000000000279845347308dacb1404e7b7a4ba9f8cbf7aa0903e4dd168a234388 0.00 MB 1 0
58,555 58,555 000000000cd915eecaab8732f4e38fb4cad861fd350d6155b133694b435f1cc1 0.00 MB 1 0
58,554 58,554 000000000f50dec36fb421c16d5ddd02ff41583e394a93f0ead9d0b9cca16ade 0.00 MB 1 0
58,553 58,553 000000000a537cb3e8421ad8ece5ca4674eae6b224af3b43bf7c9f587bd50091 0.00 MB 3 0
58,552 58,552 0000000007004359c690fb2b51ee85561d61d161d0f59747d3b23f7c0a2fee6b 0.00 MB 3 0
58,551 58,551 0000000004db9ba8ae92ea0939cf35977d1571ab9f5c58f69bd0b81f348ce2bf 0.00 MB 1 0
58,550 58,550 00000000062dffab98d2b4cc70cf66b5fab63809b000e8f6e7bcaf0decec8f4d 0.00 MB 1 0
58,549 58,549 0000000002927632271afc23fc0f9ffbd33df298e71fa8d1b3df56d2008d0ed6 0.00 MB 1 0
58,548 58,548 0000000002f3c8399bb8dde8243aef5fae4917caf036ef87418300052b72b684 0.00 MB 1 0
58,547 58,547 00000000062a51a3337483b1ccad0aac020ef90af8e8c1ec755dc57869023c95 0.00 MB 1 0
58,546 58,546 000000000c84b24e2fccfdbb146ca15d49fa2a33929ce00a9610eaeecf08d17e 0.00 MB 1 0
58,545 58,545 000000000a5e9243c5e504e91251ace7ccda48c49a2db5723d3726197b9366d6 0.00 MB 3 0
58,544 58,544 000000000937a49a6cfd4fd3ce64941c37fd883eec9f23b6128da860ff473626 0.00 MB 2 0
58,543 58,543 000000000ded5759b8ef43cad61062644f5abafa7910827a077667eaea4d42ac 0.00 MB 1 0
58,542 58,542 000000000488e57795e6e29d5814490da317cb6f8c76055340ecab5097115c3b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.22 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,857.76 GB sent, 103.18 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.