Memory Pool Memory Pool Refreshing

4,784 transactions
2.29 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
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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,487 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (28,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,437 879,437 0000000000000000000246ff60e2227ba9a2e01549a7a6127ebe27937d44dbcf 1.80 MB 1,345 1
879,436 879,436 0000000000000000000153fe3590c1845254b028a88e02830de09aa0cefe4b8a 2.01 MB 1,405 2
879,435 879,435 00000000000000000000b315654e8afe123f842885e5c729a10e6d8c99829fb5 1.39 MB 2,386 4
879,434 879,434 000000000000000000013f675043a8a99570192e9b28f2549fa46397cbe2612c 1.58 MB 2,013 3
879,433 879,433 00000000000000000001cdcc5936992452151b727483f32e3cbfb88eba4cbc3d 1.41 MB 1,293 2
879,432 879,432 000000000000000000006a523df659a96af4a3483a558fc033880af8d85b6757 1.67 MB 3,230 3
879,431 879,431 0000000000000000000244ecf90697bba16ce4487c6fe716a983179ca4409140 1.50 MB 2,643 5
879,430 879,430 0000000000000000000134c21fe1d64d83789946e9a6f6d697a8730fd8037e31 1.44 MB 2,914 7
879,429 879,429 000000000000000000002d2ed892d6e56fc230994fbffb8849dfb9dea8e401b0 1.73 MB 2,715 4
879,428 879,428 00000000000000000000336dae38b73684eb6f7c058704460145b349bd55f16f 1.73 MB 2,687 3
879,427 879,427 00000000000000000000bbd1556934fae2758865950ef1a1e497c91edd8be55c 1.79 MB 3,017 4
879,426 879,426 00000000000000000002523e576f37a6d93a074050be9ccd43a6502ef34db69a 1.76 MB 1,599 3
879,425 879,425 000000000000000000000ebc9d730a095ed5525fb0569204a1dcff5af53d0431 1.08 MB 700 5
879,424 879,424 000000000000000000000d99c8d9dbb93e3b76260eda62a01a7643a7f0477b26 1.37 MB 1,069 5
879,423 879,423 000000000000000000007a9a17467cb57ce074b3e879d7749920a64deb87e5c5 1.64 MB 3,601 7
879,422 879,422 000000000000000000000959e25073b06e87c9132cd9c38146d5c0a3725ac44a 1.52 MB 3,834 11
879,421 879,421 0000000000000000000035eabfd4fd51d2a238000de9b1b809edf7ad163998c2 1.57 MB 3,084 8
879,420 879,420 00000000000000000001c51320e25aaf4f7403959d51b87fa43faaceb4420299 1.31 MB 1,643 5
879,419 879,419 000000000000000000028aa428aea59a83ad56ef0c7d0efe8698beb196acbc5d 1.34 MB 1,541 5
879,418 879,418 0000000000000000000063a7bc826e08721238b209b3ad6dbbe0248f783ace4b 1.25 MB 1,321 5
879,417 879,417 00000000000000000001cfa6d8b41d941551c287658f3deeb65dd5a08d59fa34 1.55 MB 3,573 9
Previous 10 blocks ↓
Total Size: 768.96 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,615.01 GB sent, 92.61 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.