Memory Pool Memory Pool Refreshing

410 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,017 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 401 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (613,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,274 294,274 00000000000000006ef2a627744c70cd80639c6a49f8462f9ae079d910a6b800 0.34 MB 512 22
294,273 294,273 00000000000000003baa65116d27d767e0f3a90f0609544f9639bab0ca5d0414 0.20 MB 512 47
294,272 294,272 00000000000000009656d89d05535fc1c3831908719223bb0eee5e0e957dd9c0 0.02 MB 33 43
294,271 294,271 00000000000000008d6c87331823d206c3a9f50a6c93e2ab7600d74e8f673eb8 0.11 MB 169 30
294,270 294,270 0000000000000000d2ab011fbe186ae3842fc5dcc7231608c7377d500e360429 0.09 MB 148 31
294,269 294,269 000000000000000087a0da8945c581c23f9bf25a9166f20847073c5bf019ac93 0.00 MB 1 0
294,268 294,268 000000000000000026697b0a24c970e3a120fc71ebb13eb9ddcb9d35bb7758ca 0.14 MB 247 37
294,267 294,267 0000000000000000372e8c0d0930a77a05237742ce758cffb131bb9471ca4e60 0.20 MB 192 20
294,266 294,266 0000000000000000500510099b10e76ad60aa99ae28a1a1babe7863b3d2b42a2 0.00 MB 1 0
294,265 294,265 00000000000000002ff7535b536d93a9edc715cc98787a6518daa78875448612 0.13 MB 231 28
294,264 294,264 00000000000000000f425175143b0abac99c9fdba05e779b017056f880737069 0.33 MB 590 18
294,263 294,263 0000000000000000240e39715ee4a53dde1fc1dc3214bc28283679033fe089a5 0.02 MB 31 28
294,262 294,262 00000000000000004ca740316f371633a2bfa9e22d2bbe00f4679625bac17e3d 0.00 MB 8 10
294,261 294,261 00000000000000009c5ecd9b88333676c7988b6a7486dd6510a36c9495caf9ca 0.12 MB 257 41
294,260 294,260 0000000000000000212cb6ccad5180aa63339e5b8a65db84938df8bfcaf5c87e 0.08 MB 129 26
294,259 294,259 0000000000000000250c3c69bc5e1d26c00fc3078369df67cfdee17efe61c1e3 0.14 MB 241 31
294,258 294,258 00000000000000007999d8b02f59157e094de0d646a9e7b66e1fb44627f50e5c 0.26 MB 353 24
294,257 294,257 00000000000000008d9ccaf0a6e6f9178d2126bf8a33b23e41162aaf88beb2ad 0.06 MB 128 36
294,256 294,256 0000000000000000cc185a975fbe4dafe26a8627b329667ca51e79a3255124f4 0.22 MB 512 39
294,255 294,255 00000000000000009bde17a76a791a3e6ac29675b631181408347dd03cd21715 0.03 MB 58 55
294,254 294,254 0000000000000000d32fa377b6c2d5527b89f59658e709f3a42695cd05282f97 0.28 MB 183 17
Previous 10 blocks ↓
Total Size: 769.58 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,650.50 GB sent, 95.81 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.