Memory Pool Memory Pool Refreshing

3,506 transactions
1.50 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
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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (36,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,545 871,545 000000000000000000018208b239a5a2fc56a918e6eaf0334106b3cbcaef9f42 1.55 MB 3,526 17
871,544 871,544 0000000000000000000142946b7b272db76d129d2fe1e51ed4c90c430100e088 1.53 MB 3,954 26
871,543 871,543 00000000000000000001278445be2c7b171691f4623b9c1b113e5c358f3ebef6 1.59 MB 3,559 27
871,542 871,542 0000000000000000000044ff3f5ac54584e2cbb7b07ba0e0f32bbb3cd04a9a8c 1.55 MB 3,120 13
871,541 871,541 00000000000000000001d72be8b60559896b8932d503870fdf837075b16cd8be 1.65 MB 3,338 23
871,540 871,540 00000000000000000001540a0e87072c5328398ded051b2d7faa05fd1dd82b1f 1.59 MB 3,371 32
871,539 871,539 0000000000000000000193b7f7d484dc4c7694652e4da6b9f096d11513a30967 1.51 MB 3,637 42
871,538 871,538 0000000000000000000157febc8513d263f42de6f8bae5446f87142b5d4d6dc1 1.43 MB 2,115 10
871,537 871,537 000000000000000000002b0d61112a5b12a6858ec3c5e032d9c2ad75efc207d2 1.63 MB 3,851 19
871,536 871,536 0000000000000000000088bd05ddca7a595def638efd4e3cf509109b577be4e5 1.61 MB 3,542 21
871,535 871,535 0000000000000000000183c6c73cf3ea10d1a70310bbb262b048bb22c9806b58 1.63 MB 3,114 12
871,534 871,534 0000000000000000000244b08cd3e55e0347f44bd3f98da455cd886f9888bd11 1.70 MB 4,825 12
871,533 871,533 000000000000000000002d9f080d90041fb8cbfc7dde513310b917cc42a4b063 1.68 MB 3,987 14
871,532 871,532 0000000000000000000214cd05610a806f90f03249425ad00bb842a2d9585e9c 1.65 MB 4,235 22
871,531 871,531 00000000000000000000f9c407bca16ef70cffe3b8fba4b30b4e5fa05d2dd66f 1.61 MB 3,846 25
871,530 871,530 0000000000000000000192e87deb2b39cd0a63c324aa546c41643301ba5b4b57 1.55 MB 3,265 32
871,529 871,529 000000000000000000028d4c2144df3c029c8bd3683b6b7b7af0c5ed53ca9fc8 1.61 MB 3,942 30
871,528 871,528 00000000000000000000dd788bad09ca778031f8058406afa9229deb165d3b80 0.00 MB 1 0
871,527 871,527 00000000000000000001c2c0704749702b86a9d59d9c68517abcf2288b0ef99b 1.50 MB 3,715 41
871,526 871,526 000000000000000000018b0e9b3be10a822ddf199bce69d5f4cb2b009d32717a 1.57 MB 3,716 35
871,525 871,525 0000000000000000000037c7eb7acd8496918479f08c59002fb9493c1e01a985 1.53 MB 3,719 38
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.