Memory Pool Memory Pool Refreshing

12,653 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (599,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,588 308,588 000000000000000040676a59350d2354e3204dc3535e1b404a0c5f2b44c9e8b3 0.33 MB 439 22
308,587 308,587 000000000000000023174146c1a2db58befcf5de5bbdf6a68eb4874e7d049454 0.35 MB 531 35
308,586 308,586 000000000000000007ba8dbdc7d8a5c7efd2f7446ae94ca5110ed57a3f6501d7 0.11 MB 89 13
308,585 308,585 0000000000000000045c5c954d9a901e730ee9a9b00dc8c80d9053ad6cd3ce3f 0.00 MB 1 0
308,584 308,584 00000000000000001fc9481727b68ee051dc852b0a4f7918cdca1e574157a0c2 0.08 MB 42 7
308,583 308,583 000000000000000013ac86cb2c0ffa152d6f368b2eeef6b23b3092b44a247e5a 0.36 MB 556 23
308,582 308,582 0000000000000000372b72fa07f71bc381fdd67175db03b82d68c8061edcff01 0.55 MB 772 28
308,581 308,581 0000000000000000184b3f1219bb6683291a44b68c45121591d157a578f28afc 0.43 MB 730 26
308,580 308,580 00000000000000001afc7551cda9a7f2418bfb844367a72840196a23c38c7ced 0.27 MB 465 28
308,579 308,579 00000000000000003f8b1e1424e5c38c0a83f91e393a94749a0fcf1272d20374 0.10 MB 78 11
308,578 308,578 00000000000000001c8ceca5427284f37fc6df581b179b0ec5ddd2510c17b63f 0.71 MB 921 24
308,577 308,577 000000000000000004cc093a27bb1b1380d669d57b7a6c702ce0984f12653062 0.75 MB 696 19
308,576 308,576 00000000000000002ef825e3b57da6db39acaed3d1460ec111118e6876030526 0.92 MB 1,572 30
308,575 308,575 000000000000000036c3821c80da59411d68eda63886df2741f20c40ca834bd2 0.25 MB 626 37
308,574 308,574 00000000000000002f9e7be1d324c565c11703f8889947bf6f708d5be5fe9fa5 0.28 MB 493 27
308,573 308,573 00000000000000003ecb4f4847ebac6131bc2457e8a8bc20123f040d6413de4c 0.38 MB 422 21
308,572 308,572 0000000000000000316141dfc11486fbdd7b1e0bb40855c0ea16df42590515d0 0.72 MB 935 22
308,571 308,571 00000000000000002edad67fedb02eb2a725dd04c5a2e288774434813d9d3531 0.17 MB 512 52
308,570 308,570 000000000000000004c31376d7619bf0f0d65af6fb028d3b4a410ea39d22554c 0.49 MB 997 34
308,569 308,569 0000000000000000351825acaf900e107e314acbaab974bf880841b584333c9f 0.26 MB 486 30
308,568 308,568 000000000000000015dda9d3a93b234ddd5ef1d11146192581f5396e57e14214 0.12 MB 270 29
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.