Memory Pool Memory Pool Refreshing

433 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (702,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,958 204,958 00000000000003315da4560212a2b7f1485b74d3de3f8b1766fd2e8d7c38f206 0.06 MB 104 158
204,957 204,957 0000000000000522d8d4dde75dd16590983f2db464c8db9bf06e1739bbecb699 0.02 MB 45 139
204,956 204,956 00000000000002992fbf5828f4433e3e460d686145bb3434fcf0e128df627590 0.09 MB 172 119
204,955 204,955 0000000000000458a87d117629bf91545aa5b423581f341ad928faea26fde17c 0.06 MB 104 159
204,954 204,954 0000000000000063b82ee615b45a32e3904efdca60d528458985f565970a4336 0.01 MB 25 119
204,953 204,953 00000000000002b4f95148fcf340d305a3a5f9587914fd741bad8a87dbafa468 0.21 MB 230 61
204,952 204,952 000000000000032244e8495a4419806119f6e990c6ab683965030cacdb8c7358 0.07 MB 252 60
204,951 204,951 000000000000020df238452188aad1394c0458086c3b6044272a88fd1c478c14 0.25 MB 376 127
204,950 204,950 000000000000049f8dc8bf6754a858123ad96c4ea3e42ab54f4998afc1a844e2 0.06 MB 32 179
204,949 204,949 0000000000000281a8baaf33f87487ebfac7858a2beb289ddbd9809788f1ed16 0.11 MB 197 146
204,948 204,948 000000000000025fd69263876820c1612f26e567ea01d413f75e733da7ca0c24 0.11 MB 251 124
204,947 204,947 000000000000050a6b9cb594d6197e52ce31bc00ed678ce2f5378cd9addc844a 0.05 MB 112 74
204,946 204,946 00000000000002375cfd10e03ce59c4921d6abd9de7df01d13ebff37c8cc3861 0.13 MB 304 127
204,945 204,945 00000000000000971d3b6f7556ea675060371c6b5d71228bb5b2e1db59a9567c 0.05 MB 140 33
204,944 204,944 000000000000043b41a63cd4761167745f3ead77473ab7db8efd30fbfd1a2bba 0.11 MB 283 136
204,943 204,943 0000000000000303a1cab1bbb71dbf92e1df605fd418fcd17e260013c6230eb0 0.15 MB 364 161
204,942 204,942 00000000000005686b1e65e51c592767e0bdff946514844d4aee6b420f3a8522 0.00 MB 10 208
204,941 204,941 00000000000003b3edd40268e2f73137e8795e32ea960b93f513779f9b356c7f 0.00 MB 6 0
204,940 204,940 00000000000003b6e81153e5c504716456b843aec0d6d1515a824623a387ca28 0.01 MB 32 114
204,939 204,939 00000000000004c0d1c58a1b462cc605422a9c32fac09df16188995dbd4d9410 0.01 MB 32 226
204,938 204,938 000000000000035e41f0ac4d6b5e7ffeab3576a556a3dbc35824a15a2deeb1bd 0.07 MB 160 128
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.76 GB sent, 93.70 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.