Memory Pool Memory Pool Refreshing

7,335 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,789 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (903,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,207 4,207 000000000c50df1dd86b14f5aa5efd186b2ab6e74a0c6c522f49c8140aa846b1 0.00 MB 1 0
4,206 4,206 000000003d6229197822b428c1cafff6071affeee32ab5d9580b8a19215ba73d 0.00 MB 1 0
4,205 4,205 000000006bd89db0dc2f8b4914e06a8e83b6dd5a78a81bad5bc0bff7767d0291 0.00 MB 1 0
4,204 4,204 00000000933b730139e5079783fa68949eb38acb35a0fc3f10487ba7a1637f92 0.00 MB 1 0
4,203 4,203 00000000bea685c8132a1ae3bb21ede1f59944b62d9591ea77388bbca4ef336b 0.00 MB 1 0
4,202 4,202 0000000056e935d6f192ce958ca2c40664fd93ff9878a116a40943893578accf 0.00 MB 1 0
4,201 4,201 000000002f099129f89e7f425d3d846c15ac86267f65904deb73999fe22e334b 0.00 MB 1 0
4,200 4,200 00000000456431810949b7e73d40120a65e6db7353db1c7da8dd141cdddad4b5 0.00 MB 1 0
4,199 4,199 000000004f820563c11670f0f512d87d9901dc5bbebdf7435f3337be707449aa 0.00 MB 1 0
4,198 4,198 00000000c90aa94aac8dc90fbdb3ca5f79abbaaccfc935f24b1676c926a85d3f 0.00 MB 1 0
4,197 4,197 00000000b153457cee36b50ae17322147603eae45e5a2fe9bea0e3d7516101f4 0.00 MB 1 0
4,196 4,196 00000000782745b5c7c4e3e6116cb028719d636be35f3c988c82fc7988a5d5a8 0.00 MB 1 0
4,195 4,195 00000000524e03572a78735eb99d6e1b38555829c8165dcb411f1fdaad5bc2eb 0.00 MB 1 0
4,194 4,194 000000007b770a2f50da7e564c0064a295c1ab874a2da22ce2f9fc3bd0b87a6d 0.00 MB 1 0
4,193 4,193 00000000047f5501f645f23d2274ad955335fb23e4c878e91fee0da8bcf3dabe 0.00 MB 1 0
4,192 4,192 00000000c7f927f2138bdc97b3ab45af1805dc9fd53499488b05b7799fffe58a 0.00 MB 1 0
4,191 4,191 00000000dc9b7219827322a8526001a9334edff46978e967d7008e9cb22b0445 0.00 MB 1 0
4,190 4,190 000000006f3270d3817f8571e4f732bfebdacc89d4034650042ec17eab525610 0.00 MB 1 0
4,189 4,189 00000000691c26533547345e80f870817f594d996f5bc4ab7ed6c89fdb197131 0.00 MB 1 0
4,188 4,188 00000000e3398c0308ab1d83b216bc25fe0d4c9106e844cf3a9ee3f8946625c7 0.00 MB 1 0
4,187 4,187 0000000089e9aaf7e68733da9e52b4c1846b77b98acff2d505ec71c5180ec297 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.18 GB sent, 94.19 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.