Memory Pool Memory Pool Refreshing

6,431 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
883,299 0000000000000000000277260000000000000000000000000000000000000000 1.00 vMB 3,101 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,298 (712,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,300 170,300 00000000000003dd67290087755b499693ab1a26489f6d275fb88b09d6b332a8 0.01 MB 15 95
170,299 170,299 00000000000005e658d0d040acb3c5d843c4dbbbf55c3dc41b4f5671ea212f02 0.05 MB 108 137
170,298 170,298 0000000000000a3b42c84ee50e137485641abcb6d7eb33964dbbabc744ad21b7 0.00 MB 7 466
170,297 170,297 000000000000054e2a08dc151a78b8fcc9d50b4a7eac3de085f64880da8572ec 0.01 MB 23 4
170,296 170,296 000000000000099cc462b3a88cb33e94e92e147150898764af3b979caec30509 0.01 MB 6 202
170,295 170,295 000000000000084e3b4d589dc6377fa6434cf1377281ce75358c51be3c9ea2bc 0.00 MB 14 538
170,294 170,294 00000000000006f8a065314874b78a83fd7c3065f301314bd644334a8a35b193 0.05 MB 99 31
170,293 170,293 0000000000000b326955396821c3e39d51c3a05adb68a5654f828080040c00ed 0.00 MB 1 0
170,292 170,292 00000000000006aecc499aeb59b05b77b95a23f86ef716db52d224b097884d56 0.00 MB 1 0
170,291 170,291 00000000000002d99680975fcf0b8b813fe3711d80ccf9666c50e206df5a3992 0.01 MB 29 97
170,290 170,290 000000000000066215a1b518d7973f1fca17c3b0b94956ce6135464d217bfec1 0.00 MB 3 62
170,289 170,289 000000000000053d01604902088d8ede0132c9c6697b422483d393f9b0fdb3af 0.00 MB 1 0
170,288 170,288 00000000000003157f0fe579b4d7d969cc8d0817a947053a99c88d95c8c6f241 0.01 MB 29 38
170,287 170,287 00000000000004aa4da4c4b1e9a92ae76e2b1f345955e823453de286275aaab1 0.01 MB 18 34
170,286 170,286 00000000000008b30220bd22be0c219b0b9de140e309bdab7cd704c19dd181f1 0.05 MB 77 126
170,285 170,285 00000000000006d6adaa1379e3495deb4c468f54cab86cd87deb34ec6e6c3a7e 0.02 MB 80 2
170,284 170,284 00000000000006bf0a04d2f9786cdced72ab5ec75c8ed50f16dd0a4071ff2b02 0.01 MB 21 70
170,283 170,283 00000000000001bf3d3e9a868b9d45556aecdf7e2d562a04b41279642a8d5c6a 0.01 MB 25 134
170,282 170,282 00000000000008e63ca0ff5df2de44d9811f3e139b6bb86008f4852657be7463 0.04 MB 31 57
170,281 170,281 00000000000007f3ec390dc3e61c19bf9c176db42ea3ef9d99a6f61d5e49d33c 0.04 MB 79 57
170,280 170,280 0000000000000875d3b8e4804cc9f6a858feb66c0bc32d11307bd3a751bb4d01 0.03 MB 42 102
Previous 10 blocks ↓
Total Size: 725.07 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: 2,284.09 GB sent, 88.22 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.