Memory Pool Memory Pool Refreshing

9,949 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,000 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (99,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,521 808,521 00000000000000000002268c28a255f3037b21cd497a12679f53a17835a65e5b 1.83 MB 4,565 26
808,520 808,520 0000000000000000000278ddfeec24aab85017267adcbd9366ee8cb0689bf145 1.92 MB 4,761 23
808,519 808,519 000000000000000000008a865c67148c26d1104c8232723ecd3fb35f9b2fd730 1.89 MB 5,281 24
808,518 808,518 00000000000000000000ce78d8b0e8e37b7dea455ebe08299306626c7608dff4 1.44 MB 2,611 41
808,517 808,517 00000000000000000001e7642c6d32fbc00031094676a98101177125e930b6f7 2.04 MB 5,138 22
808,516 808,516 00000000000000000004a82c55d47be8dac8d40afd43428802f90eddef2ae981 1.63 MB 3,308 29
808,515 808,515 0000000000000000000198b20107f3d7e84a6940de55249c613306ec05be91c0 1.93 MB 5,012 24
808,514 808,514 000000000000000000002d77288aa28f424d4ba91af71f9bcb71d90011ce0e83 1.69 MB 3,918 31
808,513 808,513 00000000000000000004b355061484d15ae727b0185b260f8113493cf0b81e41 1.95 MB 5,714 27
808,512 808,512 000000000000000000039ffdc4632a3f4173faec39e02f75cf1ff65b62dee6ba 1.55 MB 3,409 28
808,511 808,511 000000000000000000006b9b2dd1f70730ed0f66c03565b8c08cc7cbb6d1e15c 1.70 MB 2,607 22
808,510 808,510 00000000000000000001c38bd4986c5c6b567a27e561f353e70c1339de970688 1.76 MB 4,423 28
808,509 808,509 000000000000000000027ce1d81a76d7fdae5566d0c05c6c44c1390205aaa93e 1.55 MB 2,975 26
808,508 808,508 00000000000000000002f0395fbe151f781ba524ffd9068bcbba1f7fb2351b6e 1.69 MB 4,317 28
808,507 808,507 000000000000000000003545a72cbf5c3345db62b523360cafb5802b189b7a3a 1.59 MB 3,181 28
808,506 808,506 00000000000000000002e75cce104dd509121564d339ef844ba445db9ed5096b 1.76 MB 4,605 27
808,505 808,505 0000000000000000000107507ddf243d0185d80157ab34811698434666c207de 1.66 MB 4,114 31
808,504 808,504 000000000000000000037ca9467ff286d9d3cd453cf43420dd2d9ed43b1163be 1.35 MB 2,619 29
808,503 808,503 000000000000000000023d74091249961051d03f91cb35c22607e5e216b932e8 1.38 MB 1,979 45
808,502 808,502 00000000000000000001c305148e9b28f85ddb1f2e81f3bfb6f75cc37c415bf6 1.89 MB 5,525 24
808,501 808,501 0000000000000000000451f4582343194d45ff9ece84ea7a872ba1788ecc2bf6 1.36 MB 2,090 28
Previous 10 blocks ↓
Total Size: 768.93 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,612.24 GB sent, 92.47 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.