Memory Pool Memory Pool Refreshing

2,375 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,379 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (743,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,338 164,338 000000000000016703dcafe9d4a8517640b11a2ed41eee72656a052e8e90fe0a 0.01 MB 15 8
164,337 164,337 0000000000000235eaedae007aa2c7c0e2a254d8ce36553719d80f470d5acb80 0.03 MB 84 47
164,336 164,336 00000000000004dec6186d0ddae4bd54a5c9a8fe827e01289266e5e322069148 0.03 MB 52 41
164,335 164,335 000000000000040d579aef6bec6ba449de04fba1275a7b044ab6799f9fe0facc 0.05 MB 32 61
164,334 164,334 0000000000000401a5c939bbf679a4d6879cd695f89580089592deea0ff1b67d 0.02 MB 41 91
164,333 164,333 0000000000000b2f203f35b3a50cb30e9ab776973a91dbf678aceae139c31e73 0.03 MB 38 1,056
164,332 164,332 000000000000000550628db3d1c27cccaf823abf8195c79c953254adef7a129b 0.03 MB 80 118
164,331 164,331 000000000000031ba2a5f4ba0e4adc994b5b52474030bd7155838143737cb2ce 0.03 MB 65 1,176
164,330 164,330 0000000000000c29172763761ebe825bf6b30940f10d36224163b6b15dde3953 0.02 MB 34 74
164,329 164,329 00000000000007b6bda929ff23fd5146f08f890c94079e9d860b8a78224bedfe 0.02 MB 59 5
164,328 164,328 0000000000000bd049b1bc5c9d6ebab136eb9b46dcdf4471cd28b4bc18e4ff46 0.01 MB 20 283
164,327 164,327 00000000000006f50e589f3e034681d6c8e185083608f2c9a51085fc689fa2f8 0.00 MB 11 344
164,326 164,326 0000000000000294156fc68fe1cc8bc3c7c3cd5adee6dfe7ca52cc250f48f984 0.03 MB 81 172
164,325 164,325 0000000000000b3acb217cb1f41d81e7b57103ccbbaa1e4ae45e5ef53b1ccff7 0.01 MB 16 32
164,324 164,324 00000000000004fba838feb2a9c4363b8c76d1fe8af2ce477b5620a633f90d97 0.01 MB 29 95
164,323 164,323 00000000000004339c084a6edf82b5cef9eaec8bfc1b0424d3e1aa12b4163191 0.02 MB 54 172
164,322 164,322 000000000000091d17f8747ded57bcbfc5828ed7891e705ae02483e01dd610f5 0.01 MB 27 1,826
164,321 164,321 00000000000001064d1a9cd41c2e5ccb8449a3a66f079959d2266f26a9028f6d 0.05 MB 152 108
164,320 164,320 0000000000000b4cb3f62cd8eeea83474f62b1c2c506b75cf88216cc504c2e9f 0.04 MB 94 65
164,319 164,319 0000000000000835b563d429eade54cdc800ac844b76ac4825bd4aca92c5fa9f 0.01 MB 46 0
164,318 164,318 00000000000000ed3960939e11fb18372761d441870de50b2d6297a63e7bd851 0.01 MB 15 139
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.