Memory Pool Memory Pool Refreshing

11,382 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,217 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (665,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,297 242,297 000000000000002f6b964b93968667198a8cab83afb1ad6139c347e495dfcd8d 0.16 MB 290 113
242,296 242,296 000000000000006b6694395dc2ae9992f77b203ca69c464f2309f285f069d22c 0.14 MB 323 207
242,295 242,295 000000000000006b6df7c4c13e0b0d091df33a8f27fa9a446844e43224678e2b 0.14 MB 236 123
242,294 242,294 000000000000005cb91a9a7301ec1306cf1b0faba89fbccce2653e25ea9b103b 0.17 MB 385 112
242,293 242,293 000000000000004220d3a2e1e97021ab4f73300b158e25732985d9b4c7868c8c 0.25 MB 554 157
242,292 242,292 00000000000000324d8f41fb4fe725c87529f73e4d31d4c0e77d3909f68b68c2 0.25 MB 551 189
242,291 242,291 000000000000009666d68d09510f6f93ea86b7e6149d998392b0808797aba509 0.31 MB 543 72
242,290 242,290 0000000000000005f79ae683037f40bb26752d88f12d359034f651c035c58ba5 0.25 MB 440 130
242,289 242,289 000000000000005cbe5c9a31d0d4080a0ba1d6a5929de05c5e07233a051c82ac 0.25 MB 733 263
242,288 242,288 0000000000000096446229599681bbb0e16d90d44c0babbf98460a38fd92b190 0.00 MB 16 124
242,287 242,287 000000000000001f2ad9cee1a2f92fcf2e4db5ad35305e1a4676dd3beae72e74 0.08 MB 139 51
242,286 242,286 0000000000000000c2918de54e16a85774d064281bec00fb43dd0aa084f61dd5 0.25 MB 699 209
242,285 242,285 000000000000002bf37028f29a334679d59554e6cd7213ec7a59e2bfcfda6f19 0.04 MB 64 89
242,284 242,284 0000000000000097e15ea2ba0cebc95ee8aad1301cbeaa343cbabb4db73d890e 0.23 MB 556 169
242,283 242,283 000000000000002d268a271f12694e329fb61be4773515c6bbec318ab91c413e 0.19 MB 375 125
242,282 242,282 00000000000000916d2e8977145dc0e5ea8995c54b801f9668b021ab2370df6e 0.30 MB 664 164
242,281 242,281 00000000000000c76e6b1380394bbc8f17c24e8524fae428abae72394fb8ca28 0.04 MB 46 24
242,280 242,280 00000000000000c4363808956b2ba24e3803ede9bffa07ccc8954f6ec9254112 0.15 MB 235 49
242,279 242,279 0000000000000017c47651ef929f3c161f2a587211fbf1d7f0ac40bfc8a20a15 0.25 MB 392 133
242,278 242,278 000000000000004969f48762131ed613fc412be7ff3c9abc323469fc7bbef886 0.25 MB 796 269
242,277 242,277 0000000000000007c7e8b8e68fbb46c99bbb998e062bd5ef41c08e7a4f789dbf 0.25 MB 640 197
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.38 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.