Memory Pool Memory Pool Refreshing

7,018 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,831 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,622 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (673,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,381 234,381 0000000000000027e99089e4c122e2db7ad87ed4edbf3eee15ee62807cc5d1ad 0.16 MB 381 183
234,380 234,380 00000000000000238ac6cfa3b7c5f63b67ef6e23d9172893ae4e279e62595565 0.43 MB 947 138
234,379 234,379 00000000000001910103a8b1df6f48663382415d9ab8f4c2bd30a26266f6f47f 0.10 MB 313 71
234,378 234,378 00000000000000a65580b8482c411ee2e2b483b3db5747d9bff167876b1287a4 0.15 MB 337 160
234,377 234,377 0000000000000165954d40dc77a1576fb008f2b1d8828793d819a723ba4cb0db 0.11 MB 229 142
234,376 234,376 00000000000001a9537029e35f8191f4f8092e52985762baf8e010b2541ad6b0 0.21 MB 368 135
234,375 234,375 00000000000000a434559cc946e042e2e2e1ce34fc7ac575173baf5d990ee867 0.25 MB 654 168
234,374 234,374 000000000000010d63ed8c13ef4f15daf2f2061eb62363d65cf6b0064c19c4f9 0.11 MB 248 178
234,373 234,373 0000000000000011848580f41fdb8a9795896a49c3a533c389f0b14618d7f956 0.25 MB 601 155
234,372 234,372 000000000000008516f42444d0b9c51749681e8c43d1da363bf0c303a87b8660 0.25 MB 608 171
234,371 234,371 00000000000000cd12d57592df4391e829afe2a0ee8d840112bf1e96365e1d32 0.29 MB 600 127
234,370 234,370 000000000000006e046e66003fc89dde3e8ef098562b6b6ed90ab6f52b6af2da 0.25 MB 613 190
234,369 234,369 0000000000000109e50845b191a18153abc91a2bc27aa15229e165184e8520dd 0.41 MB 923 161
234,368 234,368 0000000000000048dca6ea815e6a1b335fb463872eb9b077627914fb927c789a 0.19 MB 418 157
234,367 234,367 00000000000000eafbb1f94f208e5d31a1ebcf382f19395ca4650cc2b1ac5928 0.47 MB 538 111
234,366 234,366 000000000000003a6a4ba6644e0aa9300bc32f95bba1b5101e12197eb08483cb 0.25 MB 630 152
234,365 234,365 0000000000000159dc4be502e5799a4469adfcd1b72ab651df66b7eae64886cf 0.00 MB 5 48
234,364 234,364 00000000000000e0bd97c679fee72af1c819b5c208ab2761c19c5175a6019dc5 0.25 MB 678 782
234,363 234,363 00000000000000a9203cca6d1fa0182316a4fd2a2bb77a99cceeebf09c8ab604 0.10 MB 337 40
234,362 234,362 000000000000006513af2c989a1c0530f7676c1d1b621874fcbfe3065ff7d304 0.15 MB 54 21
234,361 234,361 000000000000015dacbc62718c54e5938467323130a73a9ea52dcdf5257d6be7 0.24 MB 564 206
Previous 10 blocks ↓
Total Size: 769.22 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,634.70 GB sent, 94.05 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.