Memory Pool Memory Pool Refreshing

7,978 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (714,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,434 193,434 000000000000000acdd256c3c60ac9d6f1221dfd9b9f08d0b4fe9b8bb0ecdb19 0.25 MB 694 192
193,433 193,433 00000000000006199a2a3dba0117aef33e8cf4fbe9dfd7f922f1d4c32eb9797a 0.05 MB 139 124
193,432 193,432 00000000000001463baaa261f0df31bb0a435e55665b597f845e45306f512e30 0.07 MB 180 129
193,431 193,431 0000000000000265e6e458ef7179dc1cf16fcba5fd56e29dff8e1f023d31005a 0.00 MB 5 906
193,430 193,430 00000000000007d0b829f8dccf9e271e5c1f26b7639d1ab49f95fca5aa953d6c 0.07 MB 128 112
193,429 193,429 00000000000001c6f29210e4abfb5ada66bcc1a8eba0a1e19f6abd81ea8eef18 0.00 MB 12 75
193,428 193,428 0000000000000365ea965073098a45d58887e979c3f9676f5f4b2b8d024b1f07 0.01 MB 28 125
193,427 193,427 00000000000002327c3ff81ba9f1a6af6a501cac80f09eb94c050cb451e7e44c 0.13 MB 378 161
193,426 193,426 00000000000002e62838e70aec714efe1eb73651125423e7c3fa11577b9bc257 0.04 MB 112 99
193,425 193,425 00000000000001a81931fa259592715cf6b6545dce670918e3ef0f205f869ef2 0.05 MB 138 315
193,424 193,424 000000000000012ec384aa024eb30d757a754689a8ab32f5a508372c570e1d07 0.20 MB 465 242
193,423 193,423 00000000000002881e018bbf35c9f3cfea8c8d68ff04f7971e90d471fa8759fb 0.01 MB 38 55
193,422 193,422 0000000000000414c7b2c75c11bbd2679db9601d56d913e8d2d5dd21567cd363 0.07 MB 179 144
193,421 193,421 00000000000003fdca825613514e5a101dbbefdd7419aa47aec93a8d2c579f88 0.05 MB 106 100
193,420 193,420 0000000000000701cd7940f972db0803e367b087e0540bc935b714eba833f65b 0.00 MB 4 0
193,419 193,419 0000000000000148df6d50975230ce9c74b744a0cecfa57250ccf11bbd4551c8 0.48 MB 1,771 5
193,418 193,418 000000000000072c72214ccdfff7193660e941bcc28e99f1b402d90bdefe1c40 0.09 MB 245 148
193,417 193,417 00000000000001fa70340018c9698dbb713c1d62860a5844bf393f8423ef01e7 0.05 MB 125 146
193,416 193,416 00000000000001fac087a53d3865e518eb809eee72e90b72d24fe590757ec2ea 0.22 MB 418 113
193,415 193,415 0000000000000518a7dac4790531be31e4da5d02a180d9074424ac8b5dc2cc32 0.09 MB 221 148
193,414 193,414 0000000000000788c56c6956f1966465d5242f69deb49c6432cd5c8128d55699 0.06 MB 129 131
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.