Memory Pool Memory Pool Refreshing

2,071 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,923 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,055 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,922 (713,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,604 194,604 0000000000000357ffcf84dba1217e9cfd96fc70d42ae645a82dd25b08d74ed3 0.03 MB 64 78
194,603 194,603 000000000000036631041afd224689901a4aceba0f3d2d121ac6de38201e774e 0.10 MB 235 140
194,602 194,602 00000000000001dce003e7c46dcb0221d8fafe73cf710a4064ebda0e529821e8 0.17 MB 367 125
194,601 194,601 000000000000079220edf2cc3bd63e7774605d789a181a831bcbf89ea76b18b3 0.05 MB 137 49
194,600 194,600 00000000000003a8bc44d972f738b25320d247d41148df48cf3dc1ce9c99d9cd 0.08 MB 139 103
194,599 194,599 000000000000060a3aa51d49aa2af2462689e4e6a8033888e827293a44291766 0.10 MB 217 118
194,598 194,598 000000000000060379844f7bfed1e61d3cac8c4e8676a13e0ef4a98ca4f87753 0.02 MB 62 114
194,597 194,597 0000000000000062c52eec20b01650be794c8571fe738e34c5f2c28749ba1889 0.09 MB 218 114
194,596 194,596 00000000000001e27dee36e7679706fbc67dd991cb038a5cc0d0b61d1345c206 0.15 MB 294 111
194,595 194,595 000000000000029b89154bf650dfea4258d778a765bc925562496c2bc8d7f754 0.14 MB 367 141
194,594 194,594 000000000000025d4745b38db71ce174f7fa4667066c62e4954772eec89c16d9 0.02 MB 41 39
194,593 194,593 00000000000003367dbf2b4eb7c6add87487672950b83f3d402cb8d1857af83e 0.03 MB 98 123
194,592 194,592 0000000000000648e1e4f7e0fa18a32f36646bcf665c71d966d24962fba91a18 0.10 MB 263 129
194,591 194,591 00000000000000baba8bd27913e1cea674a36b090711321b692e57ed86eee01e 0.00 MB 11 0
194,590 194,590 0000000000000780aedecf52329751204c86442c938b155524281aeec75c5402 0.04 MB 127 111
194,589 194,589 00000000000002705e49c0183f9a095467dd354ea647704e52abad7f4c98c95e 0.05 MB 117 40
194,588 194,588 00000000000001846812e7dce8bb6b15cdf31ecae7339a07d5eedac226ca5054 0.10 MB 198 93
194,587 194,587 0000000000000685551eb0993dfee02972d1049ec3f9bca833be4ffb01a789e8 0.33 MB 752 132
194,586 194,586 000000000000012ca0c8814d292306ff6a2949d6347de514d0c864b381656f1a 0.00 MB 8 0
194,585 194,585 000000000000037db99b4bee45b4ef63ce89e0a36ee0fccf49e633a3c31e841a 0.34 MB 841 125
194,584 194,584 00000000000001ff8113d33dee1694fc0aa722e8d57a732193618de23524c44f 0.25 MB 658 155
Previous 10 blocks ↓
Total Size: 769.40 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,644.48 GB sent, 94.93 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.