Memory Pool Memory Pool Refreshing

2,028 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 2,023 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (858,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,443 50,443 000000000395bb74f0f66b9c43a2c287d76974c3a1d136573618fafe12144680 0.00 MB 1 0
50,442 50,442 000000001ee2729fdca5ac047ec44125cc40bcf8623725de663758dbc972deb5 0.00 MB 2 0
50,441 50,441 0000000011f50c943231334cb79ae4bb6fe5b8442aca6aedd1e8bfd62e0050ed 0.00 MB 1 0
50,440 50,440 0000000009722fb092d8fd13e6a6e716f745acf4186c8037d157b7f7fbdd8f99 0.00 MB 2 0
50,439 50,439 000000000bf771d495119466a3ed6f13e4e0ebaa73a8b496aff2bb7ea460fc11 0.00 MB 1 0
50,438 50,438 0000000011eb95e7092494b1582272787e87daf2d048318b817058df521f0fbb 0.00 MB 1 0
50,437 50,437 00000000133a3365040ec56701018f77a3ec4c8f78169d7720beb1cb80570fd4 0.00 MB 1 0
50,436 50,436 00000000132305caf7a2a1948c2d91ea4083c22702122bf2b66d9b2b39c31828 0.00 MB 1 0
50,435 50,435 0000000016765321f6bc955784128007c5034b108759f882cf1a58e08ac81910 0.00 MB 1 0
50,434 50,434 000000001cfacbeb7b89bf955a6ab2c1e3abf638eafa981a0a8a90dc49f0d7d5 0.00 MB 2 0
50,433 50,433 000000001063f25955976c6c6ccd5fe98b22cc204258debdccad6603d8041c38 0.00 MB 1 0
50,432 50,432 0000000017170b338ece749684c688628651960e5cc9ae53541587d31ef0045c 0.00 MB 1 0
50,431 50,431 000000000bef73fe51502f562f0b4bb41a2496d0a12d21b654b07ab4164400fb 0.00 MB 1 0
50,430 50,430 0000000020a0903815d8086ee3c381066dde028becd128e8bed2532fb40944ca 0.00 MB 1 0
50,429 50,429 000000001de5fc61d4c693d9c6ec81e02c52542bcaa0675b4e8a22f900665b2d 0.00 MB 1 0
50,428 50,428 0000000015bc3edb063f59fd4aa3dd1f9bb9312088f11162eaea8142a2cf2fd7 0.00 MB 1 0
50,427 50,427 00000000053cbc258ac7d905fd5927e0880e1656cbccdba19d91551018a0e0cd 0.00 MB 1 0
50,426 50,426 000000000a971c61ccfc95281857437b3676adf3b96859579c655aa03f00e09b 0.00 MB 1 0
50,425 50,425 0000000019ae22c81e0892c285807d7dad9db52c15d651da0c5c687098a9556b 0.00 MB 3 0
50,424 50,424 0000000014785f4546a82cbfbd4703b73d26f811da91cf8e5704c10816eff069 0.00 MB 4 0
50,423 50,423 000000001faaa136df3748d1d8517ced1328b58c0561de4a916c980ffc81e3fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.64 GB sent, 100.53 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.