Memory Pool Memory Pool Refreshing

10,188 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (768,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,566 139,566 00000000000008ad0fd1107c5e645209437d1fd21042e6892fa8ffed961b4f4a 0.01 MB 19 199
139,565 139,565 00000000000002aeb7ae7cccbe252f8536345429c336359c47aa436e825083c1 0.02 MB 47 179
139,564 139,564 00000000000003c37b007bd281d10e78492853b64019f51ffeba20ae396414c2 0.01 MB 27 164
139,563 139,563 000000000000011bb6152aff4acc51deb897e35b8bbe35817bc8fb8af8ed705b 0.03 MB 61 339
139,562 139,562 0000000000000749f52bd74c3c5db50b7cb0d4f2dbe39d366a241c2fffae837e 0.03 MB 70 81
139,561 139,561 00000000000005be86722fe077c7a3cd2d8ccfabb88b877bb5633d147a0b89db 0.01 MB 11 1,118
139,560 139,560 000000000000044bdd60129d6e1de05c93efa2705d41cd372ea6e7a9516b5a0e 0.02 MB 47 69
139,559 139,559 00000000000002a8cb8be18cc2fcde69fa60a2d3595ab39b07d0ed5b205ee727 0.00 MB 11 170
139,558 139,558 00000000000001af76f326fe281b4663998e8139a56a642bff65f4467c0aa0ac 0.01 MB 30 270
139,557 139,557 00000000000000490684312e07fb3b8b06bb9e5c29c948b71936b069b01e49a0 0.00 MB 11 0
139,556 139,556 000000000000017208c534010b77d30694ec776adbef6bf10717ed98d724009e 0.00 MB 16 0
139,555 139,555 00000000000000d1d01f9a8f92be498de9985e36ce7de5c8bd59c33e6ff464da 0.01 MB 43 156
139,554 139,554 000000000000054d4269098b5a397e979ca551233af0d19e38884a0a460a54ff 0.00 MB 13 16
139,553 139,553 00000000000000f457182d82b2f084de9ac6a68e03487af03d3c31dba3f55c1b 0.00 MB 14 227
139,552 139,552 00000000000000ac5165c91152b161cfcdcefb4feb6ccd5e52b1df99e5110f5f 0.03 MB 66 263
139,551 139,551 000000000000007ebeca57d3b5e2beccae535a805a8fc8b95e77ef6bc864aaf4 0.01 MB 28 398
139,550 139,550 0000000000000421c92b6a724ebc877c7bf751ff62216710486a241815c63b20 0.03 MB 65 5
139,549 139,549 00000000000000fed568bab374ac95cc849dcec85c9d3d973b177eac525b8c45 0.03 MB 92 294
139,548 139,548 00000000000007767d8c113d33aa02f5af03e26a5afc943a92591192a6ed4cab 0.12 MB 180 462
139,547 139,547 0000000000000470fa73af46fc1fb48775a262334fcc797e56931d7989f94dfa 0.03 MB 84 15
139,546 139,546 00000000000004066b3f9bccd52e938a7931e7c81e5ff2a5ddabfcb992ed2b68 0.05 MB 79 932
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.