Memory Pool Memory Pool Refreshing

3,566 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,917 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (624,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,267 283,267 0000000000000001aee8ff2a9d1947e2e1949d1126d7ab09afb2776f0c87c3b4 0.07 MB 129 12
283,266 283,266 0000000000000000473913de8f0b9004f077315c0e3d6608dbb35da3164a5c62 0.76 MB 1,706 34
283,265 283,265 000000000000000137f5e0731c0ee44185f0be92cb8b7a1f9a6b751f47f8fea2 0.05 MB 162 436
283,264 283,264 000000000000000135cbe4a175298d9a127b1ea0fbb26b6af2a00c5d63e9107d 0.04 MB 110 51
283,263 283,263 0000000000000000df6f64fdf2e956bb690494ac08a18f425ff22868c78717b5 0.25 MB 583 57
283,262 283,262 000000000000000166a0fd3abf67a10842c6e66726fbe0377aa2fb74e2f84854 0.05 MB 48 16
283,261 283,261 0000000000000001986383f5d386115d3750d62f66dad0ec4ac34310a53f0a6c 0.18 MB 300 35
283,260 283,260 0000000000000000f87d0c5521a625bc081910adb1048a0220ad87a6e940e14f 0.02 MB 52 38
283,259 283,259 0000000000000001a2aa832f23fba0281ff3cc455029c149beb2fd166f394a8d 0.25 MB 425 33
283,258 283,258 000000000000000004949d5a8acfbc6c3a0511eb52a26b60ce067dd43c101ed7 0.09 MB 173 30
283,257 283,257 0000000000000001e2a99cf8d32a8049a8937f0b742ab4749a1ba42e4e6675c5 0.38 MB 472 20
283,256 283,256 0000000000000000aa6ff15eb7e41b7ab77fa5e6524f2f1d460708f5b51840d9 0.25 MB 731 67
283,255 283,255 00000000000000001c5e7ec4a078f7331ff8c81132b953767f97856c4a3f0b72 0.25 MB 734 69
283,254 283,254 0000000000000001e2ab105fa91648e6d6b7915baace4ff9223f45b980379389 0.06 MB 36 6
283,253 283,253 000000000000000116c2ec91a94e9f3e475c0d024923188176b5e4843074cbe4 0.09 MB 147 32
283,252 283,252 00000000000000002ca5a8fe88c9d3ab4844a16b0fc665ab859a4e543e4362c9 0.20 MB 452 36
283,251 283,251 0000000000000000025e7b6a8ca6a65809abf97b6dfaa1a1e34bd1c03cfecb44 0.44 MB 656 21
283,250 283,250 0000000000000001a7e8e73b7ad3fc48e5c9e0707b9c6c3f88a94cc7b13df4c1 0.05 MB 136 43
283,249 283,249 00000000000000013da5224b22a9f2fe6bca4cac8ca10c1b730d72be59f01151 0.25 MB 762 106
283,248 283,248 0000000000000001817f6640b3264cd707b7f21860c4cfccafd95c5dcbce74c2 0.08 MB 96 34
283,247 283,247 0000000000000000234905c0c455dcfd2d4cb4307bf8818dfed1baf7db57a3af 0.22 MB 417 54
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.