Memory Pool Memory Pool Refreshing

2,229 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,228 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (51,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,183 856,183 000000000000000000017cfe39ac1a2c330705e75f56cc05c7038dec21c78a62 1.50 MB 7,162 3
856,182 856,182 0000000000000000000261035c3dd0150cb513ddeb471aecc38c2f65596f02cf 1.90 MB 3,686 4
856,181 856,181 00000000000000000000f7517806076e107559f3eff957b0b6b25ea53c4f3a8c 1.53 MB 2,471 5
856,180 856,180 000000000000000000012b2b1f8aecaf5754b0e65285f7e9761a93684812ed8e 1.46 MB 1,712 5
856,179 856,179 000000000000000000003d3d86478e1238fb09fb36569ca919751a03d5c6869a 1.57 MB 3,014 5
856,178 856,178 00000000000000000003104ca979fc896994874e77e537148712af99427d450e 1.51 MB 3,048 7
856,177 856,177 00000000000000000001e09f5607aa2562481ac8e38262424f5e65c04fb303c0 1.58 MB 2,898 6
856,176 856,176 000000000000000000026b69f51ec366317e2092a3f3bbd0d768538fdcd4f880 1.66 MB 2,603 9
856,175 856,175 00000000000000000000b91cccfbdb290827032fb0156ca6afdda4e6fdf68755 1.57 MB 6,264 2
856,174 856,174 000000000000000000015a88be9a754d9d054cab191912d4900c570596ff6b07 1.79 MB 2,988 5
856,173 856,173 000000000000000000015eec10afabd0c2246b0a83a6cc8cf44951b2917295c7 1.62 MB 3,469 5
856,172 856,172 000000000000000000030bb0b79f9985d1b48910d63a10581786ab21e83b8baa 1.47 MB 2,722 10
856,171 856,171 00000000000000000002d931cd335f3ca5bf2516b69827203009270281016437 1.62 MB 3,820 6
856,170 856,170 00000000000000000002e9b6fdde6ab6278ab5279ccdac927989d8a9feb681de 1.82 MB 3,095 5
856,169 856,169 00000000000000000002dc155eb93c805e1db18028807bba58f707dadffed4c0 1.51 MB 4,873 5
856,168 856,168 00000000000000000003089c2e8fe47577f8e6eee9df1b9173e26656d85a26f9 1.62 MB 5,950 4
856,167 856,167 00000000000000000001f7fb47c29bae0d5c0adc36b941bcda4382bb9970bbae 1.66 MB 6,031 3
856,166 856,166 000000000000000000025dafdf103471a1e813846464e173a9efc3de85766a8b 1.62 MB 3,418 7
856,165 856,165 0000000000000000000151177ac19a62a687f8ce13431dfbc88928a25ae0ed32 1.67 MB 4,701 4
856,164 856,164 00000000000000000000de9a04c4933e866b888ed104b39c4573bfcf5f146973 1.61 MB 6,228 3
856,163 856,163 0000000000000000000188dc3f137ebdcd041beaa0b8641f0b060ab7a88078e5 1.67 MB 6,972 3
Previous 10 blocks ↓
Total Size: 769.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,646.19 GB sent, 95.25 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.