Memory Pool Memory Pool Refreshing

10,043 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (613,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,287 294,287 0000000000000000b9aa996eeb8bf45c51cf32b2ff4d74c5cef2a014dc7054fb 0.02 MB 64 45
294,286 294,286 0000000000000000ccbc9947e27dfe5d4296ca88c30d896fb4d2089b98042997 0.20 MB 372 30
294,285 294,285 0000000000000000289506cf81f38c4ecf9f6cecf95c1ed6bcbc9cbbaf4ac685 0.08 MB 45 6
294,284 294,284 00000000000000003bc4d0d8303ac5a0cc5ec47d43e384a21b0fafa83123689d 0.10 MB 144 24
294,283 294,283 000000000000000057d9ec421ab1de9509c94a47bee642b87101d203e612a181 0.08 MB 184 38
294,282 294,282 0000000000000000919b02b460fb3345d2ee1634c97f223e101a1ff2d00cd33a 0.05 MB 95 34
294,281 294,281 000000000000000032a4b9a3412122aa8fb66b265af8d631389ae2994e1a0dad 0.12 MB 194 35
294,280 294,280 000000000000000023b23f0f31d6ef7a3b70063609e427c42a0f4f46258fac52 0.04 MB 72 145
294,279 294,279 00000000000000001853fc0a44b194f0cd96716c2212a5e40118b568448eaddc 0.11 MB 185 144
294,278 294,278 000000000000000030d51c8244316711376d88890946edaf96bf69ecd0091391 0.12 MB 184 167
294,277 294,277 0000000000000000459f6c72e9f6578c7ff906f8b68a8724b6d7bba79c1868ba 0.11 MB 177 23
294,276 294,276 00000000000000007414399d6c485b5e41be6a2d0bddfee93e7b253d6c012054 0.25 MB 383 31
294,275 294,275 00000000000000003f8fab1a91d6adae936815118f876565ad7525533f30fceb 0.04 MB 70 21
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.78 GB sent, 93.00 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.