Memory Pool Memory Pool Refreshing

8,642 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (83,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,299 824,299 000000000000000000034df28ab90fff2c595aa87d58f900c705ba516fd137f5 1.73 MB 2,354 63
824,298 824,298 000000000000000000011403507e9e3d0ca8ac274c2c69d0d265155151fd556b 2.11 MB 2,924 59
824,297 824,297 0000000000000000000185e3ed7d573e179c46684a78a19d111f4daff62b4773 1.71 MB 3,400 83
824,296 824,296 00000000000000000000809e38c8e516bd0b1b9849e99a30aaf1b51e4013c3fb 1.63 MB 2,995 73
824,295 824,295 00000000000000000002eec6916af82a7b04b0987b303924089353751612d700 1.64 MB 3,054 76
824,294 824,294 000000000000000000001083027b6f209db3fa55e0dd8487f071a19eb3a666de 1.76 MB 3,079 57
824,293 824,293 00000000000000000001141913864adc152016386ecfd7521ab81dc6c2977516 1.67 MB 3,145 71
824,292 824,292 00000000000000000002d1806b97fa85d8adc1aea5f162cfdf23dd2bb6acd672 1.89 MB 2,397 45
824,291 824,291 00000000000000000003a84b9c97b644c9c433ff27f922e55022b6a5a7515c9d 1.94 MB 2,511 65
824,290 824,290 000000000000000000037a25b9fc2520cd4e3ec3a6060d74d50af146a3b0b2e8 1.84 MB 3,270 75
824,289 824,289 000000000000000000014f5b8b3472c56b6737ff03772ffd1487317e7e6ba3c3 1.83 MB 2,011 58
824,288 824,288 000000000000000000004eac28716d0e7b7b1c878baa6575032b41c17c7fd52a 1.89 MB 2,373 54
824,287 824,287 000000000000000000035133ff8ec0f3e447a6f2a149e8d61904e29068f38aee 1.73 MB 3,219 89
824,286 824,286 000000000000000000004a51194a0360e98c58133acc350a011f97c4a07c5d0e 1.71 MB 3,342 91
824,285 824,285 0000000000000000000278ca3eaba88074abb39ffe8b1cdf7ef1c8f1e833868d 1.62 MB 3,958 114
824,284 824,284 00000000000000000002d7307edb3b36fc8c2b500afcff68493e630552b45ed5 1.60 MB 3,153 104
824,283 824,283 0000000000000000000329e93c54a847d49569a3bc6fa480bd61ff45cf4ef972 2.03 MB 1,926 53
824,282 824,282 000000000000000000011a9d95fe40b3dbbb4df5ab7eea93ca67037149ecf0f2 1.84 MB 2,959 81
824,281 824,281 0000000000000000000081b7526f30f35caf6d15ee3bbb62bf2d0fb98ad12849 1.60 MB 3,479 94
824,280 824,280 00000000000000000002857161f02a0c8e9e7008043fa91c21e9b34f9aedfa0d 2.22 MB 2,572 74
824,279 824,279 0000000000000000000318650029050b32accdbe6ddf4cdc6e2117cf3c7b5e79 2.34 MB 2,714 67
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.