Memory Pool Memory Pool Refreshing

2,800 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,873 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,089 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (702,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,756 205,756 000000000000044a5e706845f2153e9b779ef30d9fda7c879a417cd515a266f5 0.05 MB 174 63
205,755 205,755 000000000000034ad2cef7b585eb5abf1b6575508e4bef43cf38516f82bf4472 0.03 MB 65 144
205,754 205,754 00000000000004a486b15ba9bd27f90ab0b45de83f16420f413d60499cf41375 0.05 MB 147 23
205,753 205,753 0000000000000342487f3269c9188d826ac259a5c42d4d270025ba7aeb3493df 0.18 MB 372 165
205,752 205,752 0000000000000312a1f362a5c32297498d74da423239152846b7d7e92b9d1892 0.22 MB 548 226
205,751 205,751 00000000000004eb8f50d97538c0838d1dad449e3beebfe1ad29f97982b52496 0.00 MB 11 191
205,750 205,750 00000000000003438be3cb0b48719404b0faaad22291328ab8df96a8ef1d9eee 0.05 MB 121 137
205,749 205,749 000000000000010cf940e9957e53453d0f2f8726059afd0bcb507b93ddf91f44 0.01 MB 13 83
205,748 205,748 000000000000031a44a6f7aa2e780a9bded53c6547ced7bc91e41fc7e36ce1e1 0.01 MB 28 178
205,747 205,747 0000000000000215117bbb477cc86d5a900c65841dcfe572e6944a20155a4108 0.12 MB 325 221
205,746 205,746 00000000000003d17f6cd159cbd772bdf80702ca6ed71496e82f4485010ed8b1 0.07 MB 145 124
205,745 205,745 00000000000003ea09c5e07c6e92d3be960b80e2aca17667e7db4194c8a4536b 0.00 MB 13 3,507
205,744 205,744 000000000000042db673c94ce4604cd1370df0a0c33a4dc685db6e36cbd8a4db 0.04 MB 79 118
205,743 205,743 00000000000003d4e2f32a182659d6f575b4ef60162b9c3845c8977a664de77e 0.15 MB 290 308
205,742 205,742 0000000000000251221472d373afd1ec692956e92a6879fe29a14c72286d66c9 0.05 MB 121 294
205,741 205,741 000000000000022711b2eca933b96bd4439a839dd8f134e52a562ae7a45c833b 0.02 MB 41 209
205,740 205,740 000000000000020c0c0f368e594a06dea40f96f157446aa60192fff00832b082 0.10 MB 235 198
205,739 205,739 0000000000000010f34c7c71d309abf7db3903705db67a44c26937a0bdce7138 0.14 MB 336 225
205,738 205,738 000000000000038eedc20e462e54fb4abb955191957f0809aae7df4bee1edee8 0.05 MB 109 78
205,737 205,737 0000000000000109e3ce2024a7de65978f456db4d47acf748af71adc57910bda 0.08 MB 191 208
205,736 205,736 00000000000003f45044cfe6b23c2539e9f21bd835eb29174083aec6d38db200 0.10 MB 268 278
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.71 GB sent, 94.45 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.