Memory Pool Memory Pool Refreshing

9,359 transactions
4.12 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,789 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (107,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,432 800,432 000000000000000000044f3ab10e6c5d5b23f43b87734302bfe6493c4d85cc31 1.71 MB 3,479 5
800,431 800,431 00000000000000000000432a7cc718d7d47adf35df274a113626dbd234b9888a 1.66 MB 1,253 7
800,430 800,430 000000000000000000012f3ca8f1483bdbb1bb878a079e93a6c1948a6d97d3ce 1.71 MB 2,264 7
800,429 800,429 00000000000000000000d441e8dd73201bc36668c74a3506a6d0a2e253af74e1 1.79 MB 1,744 7
800,428 800,428 0000000000000000000019512fa87238eda9c79728e072cd955ade472fc46f90 1.46 MB 2,562 13
800,427 800,427 00000000000000000001349d6fb3d5dda555d7a68ac7b4e4facb9e1d1d759c9d 1.43 MB 2,248 11
800,426 800,426 000000000000000000032155cf7a921199627dead91d6c3e7ab95dafa7e8023a 1.69 MB 3,640 14
800,425 800,425 0000000000000000000243441a1d908403fced0973595383c13afb948c7e9c9f 1.51 MB 2,306 36
800,424 800,424 0000000000000000000092f70394e71a6a1a7e7654821f5b57685e299c44b068 1.72 MB 3,078 12
800,423 800,423 000000000000000000022d988aaacc37be27e807316342b384647c9e896ced29 1.47 MB 1,895 19
800,422 800,422 00000000000000000000df7176a8e0b5d9614d8fa31631d293295f1381ed28c6 1.55 MB 2,759 27
800,421 800,421 0000000000000000000164371efd22b6c675c3c91aeaf45ac3c9d6bff94f0470 1.29 MB 985 10
800,420 800,420 000000000000000000035eff022e730820914f1690a71ca5cd117aea1ddbf9e5 1.69 MB 2,395 9
800,419 800,419 00000000000000000004745cb0e505b2f0d08d8265b80a571357110c788a60fe 1.65 MB 1,983 12
800,418 800,418 00000000000000000003199c17ea146726b21642eda117d754e2f94db2bf1dd7 1.59 MB 2,102 14
800,417 800,417 0000000000000000000035715dc4248dd9fa0d5a3ea7bb2bebfa8f95debcf7f4 1.31 MB 1,394 14
800,416 800,416 000000000000000000032e946b5da6595b96dcd2efda917dae5d6ff4be46c7cd 1.51 MB 2,720 20
800,415 800,415 00000000000000000003a9d2feb7e6af7ad3422b3ef21707fd40af4cc4fc9335 1.46 MB 2,299 12
800,414 800,414 00000000000000000001fc9502906e579be2741d56c6442d3497ac8dd1fa597d 1.42 MB 1,929 12
800,413 800,413 00000000000000000001dd19f5aabefd0c1663ea428640827b2532da201a5081 1.43 MB 2,625 17
800,412 800,412 00000000000000000003c64d0d658808fadb3266437b0742922bcb26e1623404 1.50 MB 2,336 32
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.99 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.