Memory Pool Memory Pool Refreshing

3,738 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,342 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (82,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,398 825,398 00000000000000000003bf6d56ed9d825249a8dc92305e536690697732c59535 1.68 MB 2,475 50
825,397 825,397 00000000000000000001388ad707a533ca5c0178a426b9427910813ffa63f3ea 1.74 MB 3,311 57
825,396 825,396 00000000000000000003a365cddf4f97fd6401e909bcbe2101a1e7d14c5d26b9 1.70 MB 3,209 60
825,395 825,395 00000000000000000000b37df40a57adb106a42e1f137c71ef2ab3982e671199 1.53 MB 2,868 89
825,394 825,394 000000000000000000017fdd90da0495ab444dde1471bfc3a619a64fbc26c01a 1.46 MB 2,266 66
825,393 825,393 0000000000000000000200e024ba6eaa6ff5f35ff3feb82334abe34d97080d32 1.18 MB 1,080 36
825,392 825,392 000000000000000000009f8102fdac6676d96f0350d893838c2fa0eb107e3590 1.68 MB 2,266 34
825,391 825,391 000000000000000000001bce27bfa3957e9dd014578b9462bf2bf80eb7bee713 1.64 MB 3,207 60
825,390 825,390 000000000000000000039bf6ea6fae6b71c97164306bbe2e4dfe8e5cdac70df0 1.53 MB 2,737 84
825,389 825,389 00000000000000000000ffbfb78060ff953a951157118f8e6cbe31a5e83bb7a3 1.49 MB 2,789 92
825,388 825,388 00000000000000000003cc45ee482cbbf8ab8d219aa0f03a74205c50839510bd 1.41 MB 2,585 44
825,387 825,387 000000000000000000030a26e6cb5b840d0af2666878c4e65acb899e9df355d8 1.73 MB 2,801 45
825,386 825,386 00000000000000000001acb145a5837245299756d78f8b9b7a1c75bc0e5329b1 1.45 MB 2,878 95
825,385 825,385 000000000000000000026ad822067439eea488418c08ea0f4c09b1d140c85a37 1.49 MB 1,880 55
825,384 825,384 0000000000000000000169e17c1ca36457dc9678f8dcb73096619de21608c78a 1.03 MB 265 33
825,383 825,383 00000000000000000000d8cf8600989322ff08657f31200d8814bb389fcbeeb7 1.56 MB 1,937 57
825,382 825,382 000000000000000000033bd2b010d390f30c5ea2cf5c69993e8fe6035d41a356 1.72 MB 1,801 34
825,381 825,381 00000000000000000000394dea72da8a29e0dc50d7b8d9332b9258600c3dff22 1.54 MB 3,388 76
825,380 825,380 0000000000000000000054014f4846d3a884de056870fc65b30958693817fd54 1.70 MB 3,546 70
825,379 825,379 00000000000000000001b14a8a1e9f4915a0feb100e954799b56e5a19d0a7552 1.76 MB 3,234 35
825,378 825,378 000000000000000000025df485775bb447dca9c571daf679c9b0deaccc5bac51 1.65 MB 2,609 43
Previous 10 blocks ↓
Total Size: 769.05 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.47 GB sent, 93.12 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.