Memory Pool Memory Pool Refreshing

12,344 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,102 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (586,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,170 321,170 000000000000000018f32a42d04ab38e73781ba0d108cdc8fee440295c7a623d 0.09 MB 152 26
321,169 321,169 00000000000000001ae69df8d3e0fdfe395da99fca3836383fe1066466272bd1 0.37 MB 336 16
321,168 321,168 00000000000000001d5010d430adeead5eb9f86ee651d98656f67f692da8c420 0.75 MB 1,524 30
321,167 321,167 00000000000000001c28db8e284f958468e91e72e4e7913c3f7868ed7269a223 0.20 MB 381 30
321,166 321,166 000000000000000003dd5aa0232cc4e800295c348bc5ea3dc2f7db63c481d352 0.13 MB 103 13
321,165 321,165 000000000000000022eda9f56b368139d7dfa6e2e7eb641282ed7a6c6ce070aa 0.16 MB 253 19
321,164 321,164 00000000000000001613ed25b2aeb75bd26844408e2faad0dcf0ac8b1c503d1f 0.08 MB 138 27
321,163 321,163 0000000000000000193993ddbd61b9132d9717b63ef7d01ee7247a146226ea43 0.11 MB 191 30
321,162 321,162 000000000000000010e930f309b9417db91cab54ddfc67dcdb4ab446198ebf8d 0.11 MB 161 22
321,161 321,161 0000000000000000049b572630a2c0a1ffff1b99336cce75d71e82e55c94e77d 0.16 MB 277 23
321,160 321,160 0000000000000000024869c0292cbc85353264084ef15eea3ebcb7e8f751f62c 0.36 MB 671 29
321,159 321,159 0000000000000000206bb28a3f6c96ffde9b9b63f8b23d401de8c3da73158da1 0.15 MB 277 29
321,158 321,158 00000000000000002488273d81546c9369c03dd85fe68aaee49ffc31a0101c4b 0.00 MB 1 0
321,157 321,157 0000000000000000153ebb5b45532d3e030e48ab055fde5959d38e3a0f4a8bc4 0.12 MB 255 26
321,156 321,156 00000000000000000236c9626e4e8c7e63e97c804b4ec16c5d2cd1409a4ccf2d 0.46 MB 974 31
321,155 321,155 00000000000000000bcea2adb04ca2edee494bf67ef442dcb4070ea9c7abcf25 0.29 MB 529 29
321,154 321,154 00000000000000001a7120f1514be9475df68e153b4c342f33c80c5e4f32a8f1 0.10 MB 176 24
321,153 321,153 0000000000000000130af1692ed924f933666cdfbe1e6c1a53eb64c69dced0c4 0.06 MB 138 32
321,152 321,152 00000000000000000c6406c973a54b2e7f0428a75d6e623319c8ac2d3e4bb8dd 0.36 MB 709 28
321,151 321,151 00000000000000001915629bc8fef4bd59db5e825e8159c5ef51202cfbed252c 0.03 MB 32 13
321,150 321,150 00000000000000000cdf31b1b352a289bd8a8e53dd9bbef217339a3bf532d62e 0.18 MB 324 27
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.