Memory Pool Memory Pool Refreshing

6,519 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,484 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (56,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,331 851,331 00000000000000000003779de395a406082adcd0fe2a8e1155fc685743ba31c6 1.50 MB 4,150 8
851,330 851,330 00000000000000000001f751ed49db75ec42cd472c97d1ad2b178dfc60ec556d 1.54 MB 4,528 6
851,329 851,329 00000000000000000002cea4ad2fa87a9bd425eb038302c7da559b66435be139 1.52 MB 2,068 10
851,328 851,328 00000000000000000002b1431dfaa7547652f1bac5e80a4e4fef93889592d6b1 1.49 MB 2,133 10
851,327 851,327 000000000000000000023d08e2c93b227b0bf107763cfac75ec360d239401f90 1.53 MB 5,348 7
851,326 851,326 000000000000000000002c7d5912a5c42dea2164af4dafc85ad2ac6e1b6fd035 1.54 MB 5,774 6
851,325 851,325 00000000000000000001adfea0045ab10aefc4fb8d2949c0a646eb76ba543b1e 1.47 MB 6,740 5
851,324 851,324 0000000000000000000285b3cf278f90b67e475ee5dca792baf2ecc4e5773624 1.60 MB 5,293 6
851,323 851,323 000000000000000000029dba8587fabc1be12e9fc97cdfafe8a2ef02340fa364 1.84 MB 3,718 8
851,322 851,322 000000000000000000035765d922ae2fab73b16f26561cdd6a649a50befbe68e 1.84 MB 3,365 8
851,321 851,321 0000000000000000000069f1af4f27fa639299591514fc42310912ba7c35c433 1.64 MB 5,678 7
851,320 851,320 000000000000000000027aba91079971987d694ac9f69380936c257cfe475eb5 1.62 MB 4,095 9
851,319 851,319 00000000000000000000233d47f002ffb0897b5e6ebfa4734763894a30f37c6a 1.48 MB 3,440 8
851,318 851,318 000000000000000000037ff651608959506ff68437b9a29b50b0a16f9a7f815d 1.63 MB 4,686 5
851,317 851,317 00000000000000000001bded40172d269e54490efbb7042311b65acafc9f951e 1.59 MB 7,699 5
851,316 851,316 000000000000000000035b09511ee2e9ec9d62697289e4606c0a9790dcaa167c 1.77 MB 5,035 7
851,315 851,315 0000000000000000000260c98c2e0204f50f3eee622ec2df76d4ddd152773585 1.53 MB 2,514 8
851,314 851,314 00000000000000000002e0c6309c122627530698e0ec841e84c54edf430b57d7 1.66 MB 3,264 9
851,313 851,313 0000000000000000000186df9d931d01d46d450582f22711796209a3378199b7 1.56 MB 3,014 10
851,312 851,312 00000000000000000002a34c0a46b5279cbe7b526cf662d85366794e845874e2 1.46 MB 2,338 14
851,311 851,311 00000000000000000002b6b0e4a418a1c0addda40681e5591d1d4f35eedc8fa8 1.60 MB 2,513 16
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.