Memory Pool Memory Pool Refreshing

10,357 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,196 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (327,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,145 580,145 000000000000000000082049f90e6a8de2e3a82b3699c8cc4558af8f37167612 1.36 MB 2,256 66
580,144 580,144 00000000000000000005196dcac923563cc8ebc5586682c4771be5651d85b45a 1.22 MB 1,862 41
580,143 580,143 0000000000000000000ffb942917dc298b4cd31877d85553552d882f1127ccc3 1.26 MB 2,664 65
580,142 580,142 00000000000000000024eb1f70023ac8188e372f607901e6163663c4485d0e1b 1.08 MB 2,903 37
580,141 580,141 00000000000000000000771475f9c88682992457403db153491c3eeaee991733 1.16 MB 2,857 40
580,140 580,140 000000000000000000245a1245e08e18ee6e4663f4db90217beccb4a6efeff47 1.28 MB 2,593 73
580,139 580,139 00000000000000000001b5e2947eeb3954dc3f18ae9cc84d2b3fdb7ce4efbf6e 1.41 MB 3,131 86
580,138 580,138 00000000000000000003d61424f47cfb61386973ddb22f0a1274d87a39e2aefb 1.20 MB 2,886 136
580,137 580,137 0000000000000000000e2f7c6a775ec7212c9aec656a17e241302e01edf89630 1.17 MB 2,873 53
580,136 580,136 0000000000000000001db105354f78b57c2bb694b1bb97bf5dcabcb2147ab4d0 1.31 MB 2,882 93
580,135 580,135 0000000000000000001a678f9538bae7d4e751c1513ede0de8b38c8abe04c04e 1.33 MB 3,059 109
580,134 580,134 00000000000000000018b63eb51d7b61e05b5fce5c40e2db9527f36b7449fe13 1.20 MB 2,930 56
580,133 580,133 0000000000000000001d06eb88b520ec154b331dfd486347be573094ece6bad7 1.22 MB 2,378 63
580,132 580,132 00000000000000000008cf913f389df178b8122e039be3e197b9ced8ed752076 1.49 MB 2,652 65
580,131 580,131 00000000000000000004e4ca0bb6e1a96f1f8a424ebd8f2ac7f21d4f24cd37ce 1.23 MB 2,806 101
580,130 580,130 0000000000000000001571c87f39b7f70960a22d8460d54a42b93a06dee01cdc 1.22 MB 2,730 147
580,129 580,129 000000000000000000098f42d801967a85b1d87611bf9c2bfaadf81784e3519f 1.33 MB 2,802 87
580,128 580,128 00000000000000000010df1b174b6fbc9b84089065326391928e826929f543ba 1.27 MB 2,833 80
580,127 580,127 00000000000000000010245b9c20180d3435fedff44cf0406a0c0e7f4046fc6e 1.33 MB 2,529 81
580,126 580,126 00000000000000000008973c67115adc55485827178c7a4ebb4426201a92bbeb 1.17 MB 2,491 62
580,125 580,125 00000000000000000012c1ec4942973a4400dbb6fcacb9304ffc7ef0ef620f09 1.32 MB 2,605 95
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.