Memory Pool Memory Pool Refreshing

4,966 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (251,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,917 655,917 0000000000000000000c4247c947addb32afbcc4ed4b8e786e102b31e6ee17b0 1.33 MB 1,050 30
655,916 655,916 00000000000000000008f6eb9ac82a212e71665c28eb564f63dfa0efcaad0332 1.43 MB 1,282 72
655,915 655,915 000000000000000000061b6906d88228d80612479e7b8fd75c53b1b4488d30e0 1.51 MB 1,476 26
655,914 655,914 0000000000000000000a502ff39501c5d4a0c951e24c51110b1c978242a5c6b5 1.46 MB 1,687 174
655,913 655,913 000000000000000000037ec0ab4a795a93f53818e77b6e8cb2746781da793c27 1.14 MB 1,113 35
655,912 655,912 0000000000000000000f17443194f36ef2828b59828d00e6427822ba8980da63 1.30 MB 1,307 72
655,911 655,911 00000000000000000005e6e9be6f7755676feee48cff709746b289f9b0f063e7 1.17 MB 977 18
655,910 655,910 0000000000000000000ad56745411ff2af68a60273558c311920a8c60c8ff0ba 1.42 MB 1,318 69
655,909 655,909 0000000000000000000ab489daa30db5df905c5a6e1e919640019c5f12ab5106 1.93 MB 563 30
655,908 655,908 000000000000000000084f4e693644069c20b72e9f370b326d12040b0532b060 1.43 MB 563 3
655,907 655,907 00000000000000000003217aeb27d656f2e7f0ad9a6ed18285bbf3a84b03a00d 1.31 MB 1,069 69
655,906 655,906 0000000000000000000a2781cb5b7f66e31fe135e80b7ea3b966c2e1228fbf0d 1.37 MB 641 38
655,905 655,905 0000000000000000000b07a4ada414bd02dca2a3eb6d0edd55eef01962cbd849 2.13 MB 215 9
655,904 655,904 0000000000000000000294035c8f5ef7ebb505aeb4a9d8329ae1d2008ace7fe1 1.31 MB 1,516 56
655,903 655,903 000000000000000000052cbcfac7d4a7d8a1297fde981725120ce30c3d251d38 1.40 MB 2,086 68
655,902 655,902 0000000000000000000af8f24a742e5594220892b527799949eed2e553e3b992 1.09 MB 2,203 12
655,901 655,901 000000000000000000053234409b8b10afd9de6855ea68561f99ee1ae9a5ab65 1.36 MB 2,013 56
655,900 655,900 00000000000000000001cbb5d230c025b7f22afba00c0b2ee67d0c4d88564964 1.64 MB 1,261 54
655,899 655,899 000000000000000000013270cfb1c46e6874ea781cb81f81f1c24ca44472290d 1.38 MB 2,394 134
655,898 655,898 0000000000000000000867e705bf113cf044c32aff1a3d15cb7a2c312ba4ef76 1.41 MB 1,576 264
655,897 655,897 0000000000000000000e05d9bb0c1481c7a2bd4569736ac7bf4d7608e2bd1532 1.48 MB 1,489 92
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.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.