Memory Pool Memory Pool Refreshing

1,396 transactions
5.35 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
2 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,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,149 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,174 (808,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,834 99,834 0000000000040620de0100ea0a8a25f1e76f45aba1bc42601c542bb46441fe73 0.00 MB 2 0
99,833 99,833 0000000000014750f40111d40d9d7b9ca8a9054c2774ae916020e01913e6085d 0.00 MB 2 0
99,832 99,832 00000000000149e86ad366fb25187ab9a820f00f4b091052f55ff0c934c25483 0.00 MB 1 0
99,831 99,831 0000000000036604bde68b5902292a4ababa6dbf91d7f9c50c71395a86b47bbf 0.00 MB 2 0
99,830 99,830 000000000002f7fd03fb77a0c8b0d4015e79d4f44cda8d09e289ffdf0021a5d0 0.00 MB 2 0
99,829 99,829 000000000002bb7d40bafd952c8658fb879350bd71aa0c119e04d0452a1b1743 0.00 MB 4 1,221
99,828 99,828 000000000003bd62926dcf0031c81caec1bbf65b836541ffafe5f5a5e80eab91 0.00 MB 3 0
99,827 99,827 000000000002feccaf52ac59d3a98a391c6e553092787c18bca84d3d3ca3aa72 0.00 MB 10 0
99,826 99,826 000000000003c508c153fddb43feff59d0a622d46a031e78aaee5314cd75d2b9 0.00 MB 9 837
99,825 99,825 0000000000016114d8370aa80a2f75c2b0ada2b3aabb67e8be712c98f110c11a 0.00 MB 2 0
99,824 99,824 0000000000036f7901edf14394594d54c5cd719931b73991490f6976e2f33789 0.00 MB 3 0
99,823 99,823 0000000000018db84e16e293bcb0ff1127885b27e1e79a6827eb3319a812ce39 0.00 MB 5 0
99,822 99,822 000000000003240303908b5642fcc15938dc3ccaa01c6425b513626b550f9f51 0.00 MB 2 0
99,821 99,821 000000000001f676b2932b2aaa4678d02be3d48a64065ca9a019302e9824bd3b 0.00 MB 4 871
99,820 99,820 00000000000080e552308f4e440d73788ece10c3e69953cf48f712e9aa1e870c 0.00 MB 3 0
99,819 99,819 0000000000004604f312934568f487551d95a4ecda7eef6ffef4f24040c29d08 0.00 MB 6 0
99,818 99,818 0000000000044b187599d79e7998495774b8d681a347509f839cb7a2f96ed361 0.00 MB 1 0
99,817 99,817 0000000000040ed4bb1bf19736569efd8a9204c69a1317a5209af0b50d8e072f 0.00 MB 7 0
99,816 99,816 0000000000002a921185d9449ffc875b7e72d06cfffe9486f30b73d036f0054c 0.00 MB 1 0
99,815 99,815 0000000000007b667238dabe3372992b46e488b669d392c2dd97a70678834b34 0.00 MB 1 0
99,814 99,814 000000000003c037240af98e4a540e5cc6ad47f69c6070089f8b7699283054a4 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.89 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,681.32 GB sent, 97.27 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.