Memory Pool Memory Pool Refreshing

4,334 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,739 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,468 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (46,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,405 861,405 00000000000000000002a514ad9f5e8f0d801725bbf94ca4a292f5ce879ea01d 1.62 MB 3,371 6
861,404 861,404 00000000000000000001c84f5a79a928508103ffa6d052dfa94009d32a28812b 1.70 MB 3,367 2
861,403 861,403 000000000000000000007c4d36137b82fab49778618103e532c74dc88cd71e71 1.67 MB 3,541 5
861,402 861,402 0000000000000000000090162f22e85349146a748d5d1f4bcd4832a3d9214f0d 1.68 MB 7,093 2
861,401 861,401 000000000000000000012c82f84fdcdab88ae1e406f098735a890f77772cb244 1.65 MB 5,280 2
861,400 861,400 000000000000000000008422d84948a94f55a599989c6b78cefcc80817ed7622 1.53 MB 3,575 5
861,399 861,399 0000000000000000000236d0695a112bba1c8a644b2dd929b92f5f852603300b 1.57 MB 4,381 5
861,398 861,398 00000000000000000001732e4598d0d48066b5ae9c6fe8bd80b1bb70a2a2f755 1.66 MB 3,588 7
861,397 861,397 0000000000000000000268753d832d9a1104aab0c68ec0c06781279f78d6d0ee 1.66 MB 7,440 2
861,396 861,396 0000000000000000000007257017f6aeda59b800228276925175bed7b3e0379a 1.68 MB 4,337 4
861,395 861,395 00000000000000000000ddb035efd3669f0e8e54c21fa49ab2936faf5dca2cd4 1.65 MB 6,806 2
861,394 861,394 00000000000000000001607df791af22370d89039127cdf550b404ba18fe2bf2 1.78 MB 4,376 3
861,393 861,393 0000000000000000000013a704c4e90c7e6705ce6d7cd06500cba8ef389c0ddc 1.72 MB 5,059 3
861,392 861,392 00000000000000000001d7c5b1e54698da1c49a69577db27720e0f0f4e9e72d4 1.41 MB 3,638 2
861,391 861,391 00000000000000000000ba762cf3212ff632f76dea0c3e9b5b57ad8101bae516 1.67 MB 5,401 3
861,390 861,390 0000000000000000000118f06f367584e6829a38a6aec794aeeff97610a8f7d1 1.52 MB 3,752 2
861,389 861,389 0000000000000000000053152893c4883b2cc77723a5d2ca168bc0f2b469f9e4 1.69 MB 4,297 2
861,388 861,388 00000000000000000002579736db650d87924d3b09c6ebfe1c4677af727d29a3 1.73 MB 5,541 3
861,387 861,387 000000000000000000005ea160b36480b334f6b4a48ff90d0313d4a02394bc3c 1.67 MB 4,714 2
861,386 861,386 00000000000000000000a7a033518c2131cf6bca65ee8bb3ec66a446ec5d4c2a 1.80 MB 4,371 4
861,385 861,385 00000000000000000002eb16957d459ac7ac6581bac6a18532844f6400e9852f 1.83 MB 1,474 2
Previous 10 blocks ↓
Total Size: 769.06 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,627.81 GB sent, 93.17 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.