Memory Pool Memory Pool Refreshing

7,261 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (769,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,235 138,235 00000000000008e16a037f2061dcb73ebccd7c4d0dace08f55c2245bf6925731 0.03 MB 49 213
138,234 138,234 00000000000004829696585c0055755976d57710987c44a6d83f4db40ebc75bc 0.02 MB 47 102
138,233 138,233 00000000000008e7bf54783eec51b2912253cda12d40001736c5dde923e4d602 0.01 MB 36 70
138,232 138,232 00000000000008139440d94b99389aab7e1d614a56415ea6578f5b5ebf614334 0.00 MB 11 34
138,231 138,231 000000000000090d917c298ede38fc2b5673b7e6debe0f8e923458b944e2b26f 0.01 MB 27 215
138,230 138,230 000000000000016afff1b66cba2ce6f2a535c79935e4f93c4ff5d99ffe3e355c 0.00 MB 1 0
138,229 138,229 000000000000095a255dea42bf98ecffb2666898e39d3faa5acfe4b330fd3eb9 0.01 MB 30 5
138,228 138,228 000000000000067b7385f553e6295409f1b50fe7c840c904adccec31110c9a94 0.04 MB 102 245
138,227 138,227 000000000000063f1e5e4e1385373224a3e26a9c8549e230bfe881c5c333e212 0.00 MB 1 0
138,226 138,226 00000000000001ad3c4583919cb7f537166be6c80412fd4528603d753ae48b77 0.05 MB 150 156
138,225 138,225 00000000000005bf7e9a1c39db784ccce3319d2c243551773c01408570c12258 0.02 MB 48 263
138,224 138,224 00000000000001b2ec6de6f2423c95ce90e8f5077d4fed39d8597b23e71b6473 0.01 MB 17 235
138,223 138,223 000000000000003a373cb812ad1cc9496edf5b4da0dad2f85dc821239d0e229d 0.02 MB 47 468
138,222 138,222 00000000000000e6e0942ebd2378b73fb0ee6eeef03104794d7109314a7b0c01 0.02 MB 52 181
138,221 138,221 000000000000092926ecdf08801e522042624b11534d368d3647770a735b4d5b 0.02 MB 59 310
138,220 138,220 00000000000008c64096024e391de2873117253fc94d12c5ca02b286c6af4fc8 0.01 MB 12 158
138,219 138,219 0000000000000829df0e272a524de1064520cb5eeaad0b80bf5a4ed74f257276 0.00 MB 4 39
138,218 138,218 000000000000084999520dcfeff888231af3e65ec0fd8e17255ed9c640b173c7 0.01 MB 38 67
138,217 138,217 0000000000000729ec46218338156ff2dbbde880699da5affcfe069d1d19c49d 0.01 MB 17 410
138,216 138,216 00000000000008ee91c955ba4021c275754c62a4def00712fc6b3bd94b76ad61 0.03 MB 119 68
138,215 138,215 00000000000004a1927d872b032f0d710a2384505d6378d0d9290713e71e1414 0.02 MB 44 244
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.