Memory Pool Memory Pool Refreshing

2,109 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,224 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,108 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,223 (806,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,546 101,546 000000000002ad4248d2998ee700beb28b17abb7da1a2ad07d8c5384bad0ddd2 0.00 MB 1 0
101,545 101,545 0000000000033290cd9c670304a38d0d31b92b712013be17eadc0a14f61a2bdf 0.00 MB 1 0
101,544 101,544 0000000000011baffc11fe07d51310146b18808264ca0e53d89cf2375435ed92 0.00 MB 1 0
101,543 101,543 00000000000225a77cb5ccee8434a0c406f0a82dabb4e5735d1cb8eca4cd0ce1 0.00 MB 1 0
101,542 101,542 0000000000017cb97e49c9431aedab6d33d2d847ff6f221a13736528c4df3f4a 0.00 MB 1 0
101,541 101,541 0000000000010667f94f5cf8dcb0bf515bb016f4d5b3f4c9a727b96f3c0e7dc4 0.00 MB 1 0
101,540 101,540 0000000000008190aeaa61ab43946ac3d1deafca6210bb6ad470de27f2b4c700 0.00 MB 1 0
101,539 101,539 000000000001e4a832a0e992a286c199ecc02985acb09fb3824f5f1f30291b99 0.00 MB 1 0
101,538 101,538 00000000000072148c78a9f0025c43c0f5f3d5777efde277c77515a4a6ec4318 0.00 MB 4 0
101,537 101,537 000000000002e19d3234cbf8bac7729c897157af0f2359c9793992ab66c4819f 0.00 MB 2 0
101,536 101,536 000000000002e4d907ae61ba0328ac82353c73f2a21a0818425b8202070bfa00 0.00 MB 2 0
101,535 101,535 0000000000027ea123a1f6d2644eb416c569b6c203aa82035f7ea65edc4aa921 0.00 MB 1 0
101,534 101,534 0000000000038c5718d396fe1d2b5d9e7e960d6bd0f48054f60cfd99e9e5100e 0.00 MB 2 0
101,533 101,533 00000000000038b26731e4c06c0e5e356e0347e54d3373aeccf9b944c207ccde 0.00 MB 2 0
101,532 101,532 000000000001fab4d2026200ddc90b512715c71c9e52e14588c8ce786547df26 0.00 MB 1 0
101,531 101,531 00000000000130f4d035a8fec9da1336d1dee3d31b8acb9c6632b80c724619c4 0.00 MB 12 0
101,530 101,530 0000000000003fb905ee3a6fb1f1411185e7d8150ec502f0d6c7f6de617a1ad4 0.00 MB 12 0
101,529 101,529 00000000000160cca3805b39e3def9bce99f9d5947b82b7a31db0c8b245c123d 0.01 MB 46 0
101,528 101,528 00000000000349ca99430cb6a6bb610dab763a2818925f2cc8064984e85eca7e 0.00 MB 14 0
101,527 101,527 00000000000372bdeea9083a149d515c09615bc81022c364bdfc0bd495a6b809 0.00 MB 13 0
101,526 101,526 000000000003daccac4e1a136da34ac1bcba57b8140b065c3d173b3404f149a1 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 770.01 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,685.60 GB sent, 97.68 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.