Memory Pool Memory Pool Refreshing

1,424 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,411 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (718,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,672 189,672 00000000000006564168e94a433239b10ea5cda48dea5dd1618946c3d23fd4be 0.22 MB 512 131
189,671 189,671 00000000000005cb58d46e73adefe9833718e4c5edce12da560c4f32747426d2 0.07 MB 215 64
189,670 189,670 0000000000000393a3f7b93e83ae467f6b9cc58d6cddf83f7280b6a298967409 0.01 MB 32 1,292
189,669 189,669 00000000000006546be0c9fcd78f83e44e1e3068b892cd00ae745c392be41794 0.03 MB 102 114
189,668 189,668 00000000000005bbe317bf46b64920b124750a467ae17adc0bccfbb8712f5982 0.25 MB 512 99
189,667 189,667 00000000000006a3495522611e5eabb439643c7af09ee60538940c0ad91fb137 0.22 MB 433 127
189,666 189,666 00000000000001404c1aa69ff50f1b6f4541e4e5d733f48167fe119aba905fcc 0.12 MB 247 108
189,665 189,665 000000000000071fbb6e8fa8bc95ea10195c546888c9c70dcb0d742fee273c11 0.00 MB 9 0
189,664 189,664 0000000000000841d3937d0343cc70d5e334d32f1520f4de1945515f362c1232 0.25 MB 589 135
189,663 189,663 000000000000083259814cffab4a6396599ef64a35d8af13ca96aeb6544059e9 0.00 MB 5 150
189,662 189,662 000000000000021d096e53291e77003cc7995cf7530c312593ce45c607b5dd69 0.09 MB 190 260
189,661 189,661 0000000000000110f0c6d9207492ae09471dd5752f54fd015813b410aa41b884 0.00 MB 8 38
189,660 189,660 0000000000000006a6b6ccb8017b534c4098e853d830c247fa32a535c0a8735b 0.18 MB 256 72
189,659 189,659 00000000000001a908fdda54995a6b021dcfa1b2673639c57f69dff77e783a99 0.10 MB 214 151
189,658 189,658 00000000000000e06d04b5a54f49bb32fc1e56cd0a9176f384aa353a25f82c19 0.25 MB 471 123
189,657 189,657 00000000000006d1882165d33fdaae55f403045271005186567daa96500bd28d 0.05 MB 126 214
189,656 189,656 00000000000002e60818ce7d5f592b677cbe5221048e0e4dac23b52c4c423a22 0.05 MB 129 19
189,655 189,655 00000000000007d5331d78f105578c842587b0d3432bcaeedef175ec63b511e4 0.35 MB 723 162
189,654 189,654 000000000000039c634f4976e44d6d6728c7250949713f0ef76b936b817e7a6e 0.01 MB 21 115
189,653 189,653 0000000000000280be3c7df8dd8587a454705b0b5f0dde641d4177fcb8e0df69 0.50 MB 1,109 1,209
189,652 189,652 00000000000002b4194c5526b6e62e9b6c20317392f140d62734a1b74e22d19a 0.01 MB 32 6
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.