Memory Pool Memory Pool Refreshing

9,139 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (806,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,618 101,618 00000000000234b679842ddc3a043cde6d390fdbdde4e7bc528419fba6c170d6 0.01 MB 25 0
101,617 101,617 000000000001d966ca7849e4e8c03432118cb1eee0bf4214f5322a74cda6c0a5 0.00 MB 14 0
101,616 101,616 000000000000b4ce76ae8a0c76fd339a4ed74e727be593eedbe48d6074a17f8e 0.00 MB 13 0
101,615 101,615 000000000002b7758ac46989a522677430ec2532f39fd1626fe805db5769f56f 0.00 MB 13 0
101,614 101,614 000000000003a9720f020f96e1d53ef281ebde711f24981fa9a02e9485856b8f 0.00 MB 14 0
101,613 101,613 0000000000017527c0c45e1b18fca625d808483bfdd613a7cc5ad97afb04f609 0.00 MB 14 0
101,612 101,612 000000000001f74c0bb384297113ad3792a81e753440e518d923049288263b32 0.00 MB 14 0
101,611 101,611 000000000000148d29d9869d3872f65c0ae1757681f308c4c77ed2e0d6f8010c 0.00 MB 8 0
101,610 101,610 00000000000212e5d644b77b88ff70ef51090b0a427b3676c0c850b6543be215 0.00 MB 9 0
101,609 101,609 000000000002601feaea452ab3bfd7ebbfb6e10fe3fe7246bb733ab01ab756c7 0.00 MB 3 0
101,608 101,608 0000000000035d293fadcf024b8eeae4dff077c91155e07324f918cf6066686e 0.00 MB 7 0
101,607 101,607 0000000000010d5e1a66ea6a4da289fe7073d485eda0713a968ee02ea94cfa42 0.00 MB 8 0
101,606 101,606 00000000000154177c274c6865b7677451e5ca21735c7203895ad1692074f282 0.00 MB 12 0
101,605 101,605 000000000001f21298ef43c1a03060065691a04c2b5d7f71bf1a32babdeaff35 0.00 MB 12 0
101,604 101,604 00000000000127b33d9e4dae8a3810de76e049fd3b8664bc0f048c3422289b1e 0.00 MB 13 0
101,603 101,603 0000000000026b67371713a50c8ae8ff55c63b6466332bbe037258d5d3fdb489 0.00 MB 7 0
101,602 101,602 000000000003e0b9b162e036ba6c9ae5271d1e8058b52e1118a3586cdcd4c194 0.00 MB 1 0
101,601 101,601 0000000000020d966bfd756898f293fe31256044207f65b7a6e4d543086de968 0.00 MB 6 0
101,600 101,600 0000000000008dc0a3f530b8a484e338febd8cccc17b40296836432f88457fe4 0.00 MB 4 0
101,599 101,599 000000000002d1c84a22fc060a77ab23e639901ba88799ba6967681e8963de58 0.00 MB 1 0
101,598 101,598 000000000002571d4f55b26d819625cb26af27dc1994fc801599c083c6fc67b0 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.52 GB sent, 100.87 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.