Memory Pool Memory Pool Refreshing

260 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,450 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (810,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,766 97,766 0000000000028fe2861d06dfb3c077b8e17f250215b95b45020f845f7fa793f2 0.00 MB 1 0
97,765 97,765 0000000000017da2ae48ef100f906a3c6f4f141274966ff79c8c10b9f643e504 0.00 MB 2 0
97,764 97,764 0000000000023ae71b012b4716737d6244612323da4d95a1be982184eb64461e 0.00 MB 4 0
97,763 97,763 0000000000031fa9a833304972e00cdb5fb1e4cd67e01bc64be91eb19ceefe4e 0.00 MB 1 0
97,762 97,762 000000000001442568a4cef6f6db4f8faa314b6f4b7104d6abd5d04cd5eab53a 0.00 MB 3 0
97,761 97,761 0000000000030157d3818a2763936d7f1602898acd428a7d4f6cd5fcfcdbbc18 0.00 MB 4 0
97,760 97,760 000000000002eb9e6afa2e289a3011df04cd3813d417efb87fd9e814b2af3827 0.00 MB 6 0
97,759 97,759 000000000000e3d718f455cbc0ab6ff388203a7586815e5588181e93371f18bb 0.00 MB 6 0
97,758 97,758 000000000003692bbdeaeaf5608f90a660f234a8e65f290acfd9bbf89970d079 0.00 MB 11 0
97,757 97,757 00000000000411294e22d03fad074bab8a4dc684e8d353d26c5731792abbfcbb 0.00 MB 1 0
97,756 97,756 0000000000018c0102683a8cef979580a4add63229a6c89e99a25ed7c776041c 0.00 MB 2 0
97,755 97,755 0000000000048c5aac1ea3ff1a70cb7d1f15b0c2a2b2274b5aa7180e14b82813 0.00 MB 2 0
97,754 97,754 0000000000002f6767a6b6158315eaa08f43948e28c35a1a9974e2f170358fce 0.00 MB 2 0
97,753 97,753 0000000000026e30214ec401bbb4d8e5b78c5e099ed0281772edf55ba22ab81c 0.00 MB 2 0
97,752 97,752 000000000001543440f2741429cc6bac06d28b391394237bede8885ce7d89bb5 0.00 MB 3 0
97,751 97,751 00000000000426eea7cb8cb13f621897338780b05637abaf0b213b3841cfa1ea 0.00 MB 2 0
97,750 97,750 0000000000053a2d14f8657fcbabde090e917ccb9c6240a87abb5bb8bf2f4e04 0.00 MB 1 0
97,749 97,749 0000000000032af668e56f86f493ceed400f507c763ede54a8f22f21864067ee 0.00 MB 3 0
97,748 97,748 000000000002ba2bdea745f50b5e934b285b60994bb73544bec11f57337e36f0 0.00 MB 9 0
97,747 97,747 00000000000506ef6a3483462148dab4c059340b63b027760ac45ef6fdd6c85c 0.00 MB 6 0
97,746 97,746 000000000000381a9ca028ec56a29d7c9b85d049228c76d522e326d9976f92cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.66 GB sent, 99.73 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.