Memory Pool Memory Pool Refreshing

5,333 transactions (2.13 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (6 blocks)
  • 6 sats/vbyte = (5 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,947 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,463 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,946 (850,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,569 58,569 0000000006961d7ee3885deafde12535cd51449684614543ca112ad9435ff435 0.00 MB 1 0
58,568 58,568 00000000012ddaacd69a03f4ee2e4bf668b82f06dff4521ba37c65068b1e3463 0.00 MB 1 0
58,567 58,567 0000000006a82a32d5a758896c009518c77dcd5ae555854e013731d71e726b1a 0.00 MB 1 0
58,566 58,566 0000000008a044cea9b57eca7e1806aae2b508be7e406d3a0ce3b2365f1bf475 0.00 MB 1 0
58,565 58,565 000000000c928f1f5d7ad7ea7a892d5b455a51d1446312701b204ce23d9da0bb 0.00 MB 1 0
58,564 58,564 0000000005fe02533c182a43a81b6f002f354684e03f04a74a7c6470657fa8d0 0.00 MB 1 0
58,563 58,563 000000000a51fff0e14999653b23c3d6f04eccf3a78e61d4530457ff49c9dca1 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.45 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,865.71 GB sent, 104.62 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.