Memory Pool Memory Pool Refreshing

12,317 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,739 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,738 (821,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,402 87,402 0000000000080a8efcf6df1afe71169c6679befdcd591e00e1e1dc8f3e54d4fe 0.00 MB 2 0
87,401 87,401 000000000011c5beea36be46a9aedb561b7b3ceccb4afa7e7489bcd452bb9f57 0.00 MB 3 0
87,400 87,400 000000000009dd57775ace08a5f6be3bbdf476c53ad4951435a977a0051fd5a7 0.00 MB 1 0
87,399 87,399 000000000010effaa3e70af37bc4124a407debddd41d5ab02ca85addd39443cf 0.00 MB 1 0
87,398 87,398 00000000000a99c50b1eacb20a52dc60e18f6bda3b546696d9b4334ece6c3e88 0.00 MB 1 0
87,397 87,397 000000000012c018925b0d1b3514c44601d58e7da42cc4b4f238e8770d93ad8a 0.00 MB 1 0
87,396 87,396 00000000000f86ba00c843dfe44e945a381a9c60a466c7040c61335a844d68a1 0.00 MB 2 0
87,395 87,395 0000000000061041277280347b273b45c6f3e0115f91cb031ad47f95995ef290 0.00 MB 1 0
87,394 87,394 000000000008826e773c4292f350117c9e77d75c0d158be56e505781201bc76f 0.00 MB 1 0
87,393 87,393 0000000000180c38e7891e04d74c526e029d4e1784d1cfc8d70e19322b8f9d0b 0.00 MB 1 0
87,392 87,392 0000000000089f6bc0b29ed4e420fc7173968b2ea78f79f5bdec5536e6a3d715 0.00 MB 1 0
87,391 87,391 00000000001970887387994baa5d9f648b72b1c8514681f29230413c971f34b2 0.00 MB 1 0
87,390 87,390 0000000000127445d394fae3b202d12c506c022421aea4656532c842e2f4006a 0.00 MB 2 0
87,389 87,389 000000000007beb9e27500b40a054933294b0feae012f31d270c6a84d592bf40 0.00 MB 4 0
87,388 87,388 000000000010601daca5f79983597e5950542c94d12bd64086a9ed3d6e6ba533 0.00 MB 1 0
87,387 87,387 000000000006561286bd87313bb29da28b0f77be3d0cad48686c7e681f415fb4 0.00 MB 1 0
87,386 87,386 0000000000100da65327f372694ff52154df4cdfa9bfcb6829bba1e25a77468e 0.00 MB 2 0
87,385 87,385 0000000000184ea2cd193c7edad4dfc4654febe95253be829482b30d517a458f 0.00 MB 1 0
87,384 87,384 00000000001397b918b824184a75af60d2e17fa769f29b1ea4489477996ea285 0.00 MB 1 0
87,383 87,383 00000000001aff5e089b74d935fb19a86fb9dcdd83f4c1010709243fe3b42542 0.00 MB 1 0
87,382 87,382 00000000000781f04ad404ba2dbd9dec029869a6e33ec80ab419156c03237682 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.08 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,855.53 GB sent, 102.38 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.