Memory Pool Memory Pool Refreshing

5,635 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (676,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,620 231,620 0000000000000173b91c54767f003f02cd0412737e6bf6de58d2e461d38e00c6 0.23 MB 517 155
231,619 231,619 000000000000002e31ea9d2de0cc49fec7bf7cd81b1ce535b0d87a9517b5c5bd 0.24 MB 571 272
231,618 231,618 000000000000005e37b1ef53d30adc7f22404ab4bfa7bb253c3f108d036c14c0 0.06 MB 179 183
231,617 231,617 00000000000001f6d407b96fb905efb56d1fc4b2ef1aeedd3357e91818d13f30 0.25 MB 552 238
231,616 231,616 0000000000000140006e180439f261054664bb9961b018dff6a46eebb573b806 0.22 MB 470 197
231,615 231,615 00000000000000f8fb8958ab46cd4e1ac7b441c7152a34ac6494d52bb098bb85 0.17 MB 277 140
231,614 231,614 00000000000000c2e28d5108f52fc036efff8794d85a3335622d14ac13532e6d 0.25 MB 588 135
231,613 231,613 00000000000000b30b5a7a9799101a4160cc88ee1ec26ecbb8fd8fd11794d681 0.42 MB 678 146
231,612 231,612 0000000000000057ea42ae945a56f1c6bc25d6ca7e1405017c46bf7d627d15a2 0.25 MB 586 213
231,611 231,611 00000000000000c9bad7e108e1a37e7fccb8fca44e3338d980aff269099105a2 0.25 MB 607 202
231,610 231,610 000000000000017ee2d1f78f46293461ef8187f327ed6cf6356702c0a538ef4f 0.11 MB 180 171
231,609 231,609 00000000000000e52ee1a2c000eb7bf84a0e880471502bb5b3d631d205d3d98c 0.01 MB 22 87
231,608 231,608 000000000000018d4aa726241f5d1b3855f4262853a384f4c7536de51880d469 0.25 MB 546 177
231,607 231,607 00000000000001a79eac6da78c74e6011a6cd7c175b8949c389dd9270793590b 0.04 MB 62 33
231,606 231,606 00000000000000f54e0bfab6dcee09084b91539f934a17bd52aa95f15e4cb4ef 0.29 MB 519 159
231,605 231,605 00000000000000187add9c83f2753cbca39df1a56fddfece1186f34d11cd4457 0.25 MB 505 175
231,604 231,604 00000000000000a8fa7725779c22bd71cc705b6e956c25a4547775a9957a45cd 0.04 MB 56 49
231,603 231,603 000000000000005d3e5163746796e2e90a04db0c07716ee59f2642a28b0454e2 0.47 MB 1,008 172
231,602 231,602 000000000000020ce210cd3c3d17b8f43fb5498ee0a4f2ec5f2d5b0c8d4c32ed 0.21 MB 450 175
231,601 231,601 00000000000000ba71dd2b3c3f62e14fbb1c9cc8aef4b7ff95023d0ef8d0c23d 0.22 MB 380 105
231,600 231,600 00000000000000a23a6caf305f01fbff722279d8c28f082c658c51e8c7e51cd4 0.25 MB 508 164
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.72 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.