Memory Pool Memory Pool Refreshing

1,408 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (833,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,436 75,436 00000000001f01a72c40c1cdcb6c71b5e492bd46bd0ab1a6f57675381f0ec6e4 0.00 MB 2 0
75,435 75,435 00000000004dbc0a80c069d8b7ff063dcf0e6c06ceae7f11c1ca16e88c7b7ec9 0.00 MB 2 0
75,434 75,434 00000000003d3efb54458c04cb3293cd1ba1394758d4e860fb976d3d5ed77ac0 0.00 MB 1 0
75,433 75,433 0000000000495509520d277fc45aaca19ba679701e9c6ef1f352dc9b83926aa0 0.00 MB 1 0
75,432 75,432 00000000007b37ef1deefcfabc63a64ad0dda51bb28af7b025739501dcf62c1b 0.00 MB 1 0
75,431 75,431 00000000000964d0de4b0f4913a90968ccf16392dc9c894935446f01c92221ac 0.00 MB 2 0
75,430 75,430 0000000000050e19f4fcc1e2eeaee8380867a3cee13a5a95d7613f4c524865a7 0.00 MB 1 0
75,429 75,429 00000000000dc958c453e92cc05158464b735afdbfd049654ed2ce2dd50d89de 0.00 MB 2 0
75,428 75,428 00000000003f9e802291366f6b1d6f192401cda7f2e931b6aa05308a1c40dcd6 0.00 MB 2 0
75,427 75,427 000000000005464a97525f6398f7ca9b16c13d8c52083f91e5e061f94e4cc17d 0.00 MB 2 0
75,426 75,426 00000000004ce669115e6161bebd39a53a855ed8fffc1f033c19a798b9be9b7b 0.00 MB 5 0
75,425 75,425 00000000002c9482ca53123ce700927ef124374507e8d777a19c4b6a34240bcc 0.00 MB 2 0
75,424 75,424 0000000000440e9f86bca9b0a9744661ad56b15e22470bf3710d61eb2e475784 0.00 MB 2 0
75,423 75,423 000000000036025ef3c2a24cc6096ad02a039fb8b8ac7cfe329c60d89faa2465 0.00 MB 1 0
75,422 75,422 00000000002554eb76c042d70c0c4ab2ae345466160acfbf491149c8c1a10dab 0.00 MB 8 0
75,421 75,421 00000000003e3ee3a8272b501fb5f18b126f4d8a2ac29923a2012509d64fa3d2 0.00 MB 1 0
75,420 75,420 00000000005312c800a78a105482cc9ff4c7dfeb43eb8994b97db44458bb4bd2 0.00 MB 1 0
75,419 75,419 00000000001d9b27b763329813075fa97ec02aad0c83365508b084acc932a85d 0.00 MB 1 0
75,418 75,418 00000000003163d0ef8f136538774e639f160972a4739018bbcfc1a5dac9d56a 0.00 MB 1 0
75,417 75,417 000000000004d58edb902890df17fc130dae082e6029624acf65a2c8e2a92bee 0.00 MB 2 0
75,416 75,416 00000000002c4d32e413000c8fb38af4f7cdb882c6368ed5218a0606fd644938 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.