Memory Pool Memory Pool Refreshing

2,832 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,811 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (807,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,839 99,839 0000000000012290f35b4d6d18343a7c94012ad2cd4fc2a8accde0fa08366947 0.00 MB 4 997
99,838 99,838 000000000001005d5d31837d4654e82c217eb1512f8c527e8a40f51111590804 0.00 MB 1 0
99,837 99,837 000000000000d49717f136110f7b71ae96e2930bbd9e7091ddea22b717440930 0.00 MB 4 0
99,836 99,836 0000000000014d5d096c04ef5d0bc38d8254c93a28ba304ab229d87cd2b35f70 0.00 MB 4 0
99,835 99,835 0000000000020b4f1173ac5469e9ba371740a05357eef91321103c2b5f6803d3 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.17 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,633.38 GB sent, 93.79 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.