Memory Pool Memory Pool Refreshing

2,418 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.81 vMB 2,415 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (223,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
684,357 684,357 00000000000000000006be16f8c8001531d80744de4402e4a18025284fa93a87 1.49 MB 2,773 133
684,356 684,356 00000000000000000002cfe5f485cb6877d35843fe75a830fc6ccf4af58cc7b4 1.31 MB 2,488 137
684,355 684,355 000000000000000000007877dc66713ccedc9c9381967de7c79070f2a7740a8e 1.26 MB 2,546 140
684,354 684,354 00000000000000000008df42842b993b4dba15a75f7fe543d9f9d6eb2745a030 1.18 MB 1,356 120
684,353 684,353 000000000000000000097d7d0b6282e0b48d6df7ca9138a404b417d0756368a5 1.13 MB 944 117
684,352 684,352 0000000000000000000174467405da1e3c4b5a605471c51711f3491b9cd40f1c 1.41 MB 2,518 129
684,351 684,351 000000000000000000085a090f3722fb0537d08742fd1dced57ee7a1974f6583 1.18 MB 2,369 86
684,350 684,350 00000000000000000002d9f3d7727565ed16048eed434541f85352fa66e2e5bc 1.34 MB 3,043 129
684,349 684,349 00000000000000000002df6d2fa4f14983c3191a5112848d0dcf559f45dcdcfe 1.17 MB 1,712 104
684,348 684,348 0000000000000000000697d521df451b04ff597685357146e1f6ea89cc46188c 1.25 MB 1,829 107
684,347 684,347 0000000000000000000a8005ed83d7a2529895dd346d05b75ec5cb40213e095e 1.31 MB 2,801 127
684,346 684,346 0000000000000000000310d402cfd1ef4a179e8661a34f1c64304cfcd35c9ee3 1.24 MB 1,948 110
684,345 684,345 0000000000000000000617c0bd13ef9f23358249f4eca3a8a27ed8c209187f9e 1.07 MB 585 86
684,344 684,344 0000000000000000000798976fc9d081dba851f69a5927aa07e6978f3e5f5a7f 1.23 MB 1,427 90
684,343 684,343 000000000000000000050796fdc1bff82d1a907a09fa352faaac942241ff7a7a 1.25 MB 1,337 82
684,342 684,342 00000000000000000003588807345fdb23f0c8a421ec2b32ca95613c9eefef62 1.31 MB 2,777 104
684,341 684,341 0000000000000000000ac20a46b3ae17f33e94e1335151612c9099324472d3ca 1.34 MB 1,680 91
684,340 684,340 000000000000000000076abd974283d6f1ac6ee46e6275289b919a0b72578fb9 1.50 MB 2,173 95
684,339 684,339 0000000000000000000829bed528e92e9c09f3c176cfbcf7cb8e2e1cffb3cbf4 1.16 MB 1,587 117
684,338 684,338 00000000000000000007207d26428c738161a4353a408eac9eae7091a919cbf5 1.14 MB 1,135 120
684,337 684,337 000000000000000000079d168b1459788c6e59ba3a20ab63799cb48689c177d7 1.22 MB 2,220 107
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.