Memory Pool Memory Pool Refreshing

3,806 transactions
1.41 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
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
907,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (906,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,730 1,730 000000006887ff71c96202da488a0052f79e4c03b1d098bccbd6f80b9c6be7e2 0.00 MB 1 0
1,729 1,729 00000000dc9d18c2d104934b4ef2cbf5827ea7be47353ea4d27ea34b9fc86569 0.00 MB 1 0
1,728 1,728 0000000008f9fdae1079df095d5306ad0b1923da74565ab613f207ee1617a287 0.00 MB 1 0
1,727 1,727 000000000dd72e26537ed7e97d2fe5d0ced050b355cae9550cdb19ddd80dde4c 0.00 MB 1 0
1,726 1,726 000000003e26867afdd61814502ee0873383d89213f7aadd6ddefe8d5c991df4 0.00 MB 1 0
1,725 1,725 00000000bb391367c0d16a54a7430a98a566ba9b738a49f9876f3c90006f24c2 0.00 MB 1 0
1,724 1,724 000000003170c52b94e104635c06b2ce9368af7380b25cd44395f00b3295b9aa 0.00 MB 1 0
1,723 1,723 00000000e922b6c5216260f29c6590f7d733aa47559a9b5a7694e1b7c1328c50 0.00 MB 1 0
1,722 1,722 000000009d2c5c3da2b431430c224e45d6f8ae9f99f883530749328503569fc9 0.00 MB 1 0
1,721 1,721 000000008b204785ceb2627905d1bdffbcd9629d2571fb4cc7d39ffc298323ce 0.00 MB 1 0
1,720 1,720 00000000349ece8e0646fff3b5d97166f2331177bbb693111ed51fd9ba1d7886 0.00 MB 1 0
1,719 1,719 00000000555b7f7c0400d762e8665126d47dc6d23a9bf785e836c7997295da36 0.00 MB 1 0
1,718 1,718 000000003a2c245fd89ff480959cdd0a1b6a554dacd4d648efa763b6d69489e4 0.00 MB 1 0
1,717 1,717 00000000c1e5de7f58365d13f5d53caeb336767498cc4a781289a6fdc22da4a9 0.00 MB 1 0
1,716 1,716 00000000e3f153a1cb287885f331e7f1baddc8014459fe9d379a720bb827e424 0.00 MB 1 0
1,715 1,715 00000000585c2dedfe6577f81976e567c2127519870123384037f03e3858b56b 0.00 MB 1 0
1,714 1,714 000000009eab2fcd75f4c85926a13257457d8ff1196e581bcb21fc1a6cb5423e 0.00 MB 1 0
1,713 1,713 00000000b8f093d02dbc1d0d1a85839cf6251cdd75e4f6717b6e6cf3c27fafb0 0.00 MB 1 0
1,712 1,712 00000000a3839a56950197028f59ecc0d1826ffe71b269ad92c0e083edfc26af 0.00 MB 1 0
1,711 1,711 0000000041107cb95f9978f2a7404d2a39f383058f3bab641e59a4952af51396 0.00 MB 1 0
1,710 1,710 0000000028f54de8c6677b1eaf8241804e6d9a6e89fcf326049c8c3bb3495a64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.