Memory Pool Memory Pool Refreshing

1,431 transactions (0.43 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,100 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,418 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,099 (896,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,300 12,300 0000000037f68fa8220084e201354b83ec8fda23d9ab65d606e1e9400f6ec009 0.00 MB 1 0
12,299 12,299 00000000d44af2323c55142e3dd5e2bad15ae90f661237757f5702aeed52171b 0.00 MB 1 0
12,298 12,298 00000000094dd21385031415f3a56fd4c9bede123ffa4ed08c79fdf3ccc87230 0.00 MB 1 0
12,297 12,297 000000004682ea4f3ad7b0104853d56e201d7e96f69985dd89c9b2a8ef0dbbac 0.00 MB 1 0
12,296 12,296 00000000c40a960ea4df0fe56c87b45ef2eb76c393954b26f28f48e92bc4c52a 0.00 MB 1 0
12,295 12,295 0000000051fd17adc00aae0bb51e67f6f69c93d4f87019a69a41eb49ee04f90b 0.00 MB 1 0
12,294 12,294 00000000333102a2b91a4deb828de0ec5333f94cbaa6d90f64246def9a6c54d2 0.00 MB 1 0
12,293 12,293 00000000e55f5af92d94ac6f8c82c179f7610db95eeab7e3d3ada7b12c253d63 0.00 MB 1 0
12,292 12,292 000000005091a6d0634547b790ddcf9ce29422c4228ca785b4f6983e68162054 0.00 MB 1 0
12,291 12,291 00000000ea2c934afafd4544b0c7593dd0c6e68bc9fa5159cf78d2fb814a6e83 0.00 MB 1 0
12,290 12,290 00000000a30241dd033a23cc2f78be24f7792f3c238f5226592e5132000e5919 0.00 MB 1 0
12,289 12,289 00000000a2f2b6ca177414fbd86c4de48d8d349e8977862166eaf83ef2568592 0.00 MB 1 0
12,288 12,288 000000001615a8cf1a486ce7ff2706c5f959d39e5668f5e2105d90ef0cc1e6e3 0.00 MB 1 0
12,287 12,287 00000000ff58525578f727c9ceb7b56f8ee513120fa7c43b0214f87fe3134087 0.00 MB 1 0
12,286 12,286 00000000c0c049d7fe610261a4a592545dd15ae853c7bae238841ba822ccd290 0.00 MB 1 0
12,285 12,285 000000009f9f408142edaa616778068f3824494e4da1baac7202ab5f1c6c5715 0.00 MB 1 0
12,284 12,284 0000000026e446ce53b147e3f7abe0564a5b637fefb464c1ae4cd54ce321973e 0.00 MB 1 0
12,283 12,283 000000006c022cc1c01fd2c06bac711f80177b9f57796acff46e19951f5ba6a3 0.00 MB 1 0
12,282 12,282 000000003a09c2f5077fef46f1c32735d6c0c439d411b7f57e7640ccda1f32d1 0.00 MB 1 0
12,281 12,281 00000000ca069f125c811800d90b5f7854fccff2a5f6ab08f936c750e3c74808 0.00 MB 1 0
12,280 12,280 00000000cc82b2ff9f8567c7d70ba321ba499cce34286f7eb9931dd7903355e8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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,916.14 GB sent, 106.19 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.