Memory Pool Memory Pool Refreshing

5,999 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,168 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,291 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,167 (638,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,994 269,994 0000000000000001b79a5805a289d99023d8bfc10a3e00f2424cac1d182cb4d7 0.04 MB 65 9
269,993 269,993 0000000000000007b08d0f48be40387a94552ed387c14dff79c9ec22ce8cbb57 0.08 MB 174 51
269,992 269,992 00000000000000051da0f2973119dd0533feb06b55f8e51390fedcb8a50cb7ec 0.23 MB 521 60
269,991 269,991 0000000000000008058a22fd3eae47bdaa5ebadf6a67f6e1fa6f7d2d78965c63 0.18 MB 322 41
269,990 269,990 0000000000000003bb5d4a14f10043968f650cf9cf513c2dded0c60d52d6e939 0.05 MB 102 50
269,989 269,989 0000000000000000a1bf1c65136cbd618e356179fec857d583e7a9373ca8386d 0.02 MB 50 71
269,988 269,988 00000000000000035d4989dce9dcf27439ac7445e51d19d5cf686c900a9f9294 0.12 MB 216 30
269,987 269,987 0000000000000000e8d1a5883874a6588f7e23e1060f0e8371643035f52d055a 0.02 MB 44 82
269,986 269,986 00000000000000020dd41bca17edfc16672e8da1068fe565007d90cb8f293e43 0.04 MB 45 41
269,985 269,985 00000000000000035c5cf910cd85bded8c0ec488322fc1e9a6dcf728bca80c0a 0.04 MB 103 40
269,984 269,984 0000000000000006b7e7d1abf2ee275292403b6ffaeeef0e0a93c7f842758d48 0.12 MB 125 15
269,983 269,983 0000000000000004b0f5053eb15f2b5dfbf761b560d77d1b631520f9a2731a57 0.25 MB 476 42
269,982 269,982 0000000000000007cfce838efa2f17719ef01ad079a9571fbee527868e8d5dae 0.25 MB 616 62
269,981 269,981 0000000000000003611c6a42ac9dec5a0e38730f7b0221eefff427647f5ec704 0.25 MB 665 96
269,980 269,980 0000000000000000be2ce00b13fc520352017a52eb09d27814abcda9ba02da38 0.14 MB 270 60
269,979 269,979 000000000000000042d474199e28e1e55639fef7855327483d2fd91909924f4d 0.23 MB 531 74
269,978 269,978 0000000000000007e8a9c3beb2d5e8c5f88a987b5b10dab7c08086348c69ccce 0.23 MB 493 70
269,977 269,977 0000000000000006a12a38e17d7766158627cc32c1162f74e616265ca803a3c3 0.01 MB 34 47
269,976 269,976 0000000000000007c01f4dde7522e46405f3326daf889e395af832682e6818d5 0.11 MB 220 23
269,975 269,975 00000000000000051074e92df5cff0186dbb17a3576c06caf57da6016af32fa0 0.16 MB 352 73
269,974 269,974 000000000000000770aea3544b21563541335c3d20305df6c253ae3c0ba450b7 0.03 MB 71 56
Previous 10 blocks ↓
Total Size: 769.87 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,681.03 GB sent, 97.21 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.