Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,571 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (668,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,745 239,745 000000000000006fc0d0ab3ccc44c29cf011630b7297e118e98293e5da11afc9 0.11 MB 143 106
239,744 239,744 0000000000000049a48ce6b84be30e31fdd08608831bca816278a7c611849dcc 0.12 MB 207 87
239,743 239,743 000000000000003bc807ee88be1f9047d520d2c1b7f4e86f919797d983767071 0.47 MB 1,141 185
239,742 239,742 000000000000000192ae89a949b8504c52b06f0587fc1b840efcc673492d63ea 0.21 MB 237 74
239,741 239,741 0000000000000157bc050b8743972ac49df73e78d704a21103752f61bed301a0 0.25 MB 630 213
239,740 239,740 000000000000007f6efa810c4b866fe96c01a05945225c284ffd70ab32efb8b4 0.06 MB 157 138
239,739 239,739 000000000000014210649faa1e10dd04bcb2e7e46c9250d3bafd6b5ef7a2e966 0.20 MB 444 199
239,738 239,738 0000000000000151678e19adafaf5156ac841a68f0e3a25d546ce316b6821887 0.03 MB 54 166
239,737 239,737 00000000000000215cbbe2652e9c7d104dfa9f011cad8d316112895604143d0c 0.10 MB 173 106
239,736 239,736 00000000000000bd9cd664928198b8a6b6bf9943ee2139a438681442d5937bf7 0.25 MB 535 196
239,735 239,735 00000000000000a02f5a879c6b5ee116086fc21e902cb32f1a9b16492e651b1f 0.06 MB 145 107
239,734 239,734 0000000000000026d38fdc44be818d79efccd546c6c0c96405129c061f6694b9 0.25 MB 633 201
239,733 239,733 0000000000000087f4a88b81375da7f27351012ebb87ab53c21b7116cca90e45 0.15 MB 368 207
239,732 239,732 00000000000000a914272fe17b3fd9b5de72b0181351c9dd77d901cdae93402e 0.01 MB 32 159
239,731 239,731 00000000000000a1a3b4f392d1577e6086f820341c0e3578d0d92b4c37992435 0.08 MB 137 138
239,730 239,730 00000000000000309c8e974ae7ee68e2f92d21d59f17a85b0fbe011ae8c8ca0a 0.08 MB 105 60
239,729 239,729 000000000000002f891fc1c1065ee4e9f172963efab09efe910095d95943fc7b 0.25 MB 591 248
239,728 239,728 000000000000015c96c433dfafd6a2fc36d493ffd89f0b75b8d609a808d74223 0.01 MB 16 128
239,727 239,727 00000000000000a867c089c5f86fbafa98349c58770d8f96250fc60f19e8ea98 0.11 MB 197 130
239,726 239,726 00000000000000a0513617c5ed5c1128643d529cac4d1dbe07e4775650122664 0.21 MB 530 241
239,725 239,725 0000000000000032fcb359f9091620226809ee30878fcbc0ef76127ecf67df77 0.01 MB 18 90
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.