Memory Pool Memory Pool Refreshing

7,013 transactions
2.65 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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (681,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,846 225,846 00000000000000ba3bb17fac44070beecb1e0a8e93942f6936e17a2526d8562d 0.24 MB 416 185
225,845 225,845 00000000000001c5ec4c2cd8781fa20910bacc4c174e515b7b178845bc3d09b7 0.24 MB 487 172
225,844 225,844 0000000000000341c5dbe2b277d57269c5c4eebaea11311b300023a411f8deee 0.10 MB 151 123
225,843 225,843 00000000000001cd1fc8d12ce3902c44e45f4e7fd7741d63d7564c1a19c3eef3 0.25 MB 526 182
225,842 225,842 000000000000024e70cef9016ad091f962e8037c8e5d5c3a9d72dcea66bb6447 0.25 MB 658 225
225,841 225,841 00000000000003696f046ba276b65d57020d37b2b309906a8e9eec53e7232935 0.00 MB 10 154
225,840 225,840 00000000000000eb8a9d2f92285abd4841629b9f04adc998d65cb068ae2c09d8 0.05 MB 137 228
225,839 225,839 000000000000023ef5acf7228c10c1f1d31b7c6c5f724611f872c79c9e726012 0.22 MB 334 231
225,838 225,838 00000000000000bc898e110807e3493c96f40a519e12b9844ddde449f91e7391 0.25 MB 672 230
225,837 225,837 000000000000036f5f728d1fc8d1b5fbb0e60965d75ce257bedb8f798ae89940 0.16 MB 353 180
225,836 225,836 000000000000017b06968813c33ecb02552b09513be33bb05cb42b727aaa3fb0 0.02 MB 36 149
225,835 225,835 00000000000000ad6426c08ef93016b019f699df179cb16dfa7d75dd7a282bb1 0.11 MB 274 212
225,834 225,834 00000000000000f98bc31754d0303e6a51e11214855ace96995e75d4dcc8e127 0.16 MB 261 137
225,833 225,833 0000000000000167a3438fe921646c0cd6e51b2477879a0312e38255067015e2 0.25 MB 717 262
225,832 225,832 00000000000002e9834cb32b86ecefb9e8a577809beb3ee38e9c576d8639eb15 0.08 MB 204 307
225,831 225,831 00000000000001efc645d240b6fdb807f9138dfb99fb68d9b7d229a3833fea0a 0.11 MB 206 155
225,830 225,830 0000000000000017f1154d99f46f85e231f59cb830365b07819b54c5031b244e 0.06 MB 151 221
225,829 225,829 00000000000001887d2018a7c389900c026e46ace919ee2c099d8cea805b121e 0.00 MB 13 330
225,828 225,828 00000000000000c3cc149ee5bf895bec1e1c1a12be94a3f07f711422c47d475a 0.07 MB 163 170
225,827 225,827 0000000000000349b64fb05c2b333b6829579da16142c76a7cef228eabb2e419 0.09 MB 173 169
225,826 225,826 000000000000015b8301802982428c66e9cb07e42965d23963e6212582425966 0.20 MB 345 153
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.