Memory Pool Memory Pool Refreshing

4,895 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (99,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,533 808,533 00000000000000000004324e97c9dca71e221de3c95db09f353f0a5aa75fc190 1.62 MB 2,253 19
808,532 808,532 0000000000000000000495e608614ce94b535ef98aa72f730739a31944976c32 1.54 MB 3,479 26
808,531 808,531 00000000000000000001095b6889a9685e605a703a09f42c72b05e2326623f20 1.85 MB 4,367 28
808,530 808,530 00000000000000000002501a240f095146cb35d1e15e3f907e9a1c1932230107 1.61 MB 3,758 37
808,529 808,529 0000000000000000000044af3031a9930b5b658c01ca3c03bc9bd47cc1553134 1.58 MB 3,558 26
808,528 808,528 00000000000000000004de0903cea09d20f0b4bff183cd7862cf4a62b41a0cdc 1.71 MB 4,195 23
808,527 808,527 000000000000000000016468363958a74b104887429921faef2d00f526aa3959 1.87 MB 3,993 21
808,526 808,526 000000000000000000015aaecefddaa45ed53ca4cb1f1647f1192bc7d25fdc8a 1.62 MB 3,265 27
808,525 808,525 000000000000000000010589befad30e1e865b7df2101990a629181a994b9f75 1.82 MB 2,701 28
808,524 808,524 000000000000000000023938709eb7d7a916f8933ead8571537c1b0ac95978f6 1.82 MB 3,654 24
808,523 808,523 0000000000000000000402786de3462f00c74952b8507e19129e626a70aa16c3 1.74 MB 2,799 23
808,522 808,522 0000000000000000000282d8a695669956dfd36fdea59430c88eebf88b742f20 1.85 MB 4,946 21
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
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.