Memory Pool Memory Pool Refreshing

1,321 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (692,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,173 215,173 00000000000002ae5ee469d78a7d03a967977af739c19dac6237a93476506154 0.13 MB 303 122
215,172 215,172 00000000000002f51c59e508c09239ff2133f0f59ccd0b75ea47c343374de5db 0.25 MB 604 162
215,171 215,171 0000000000000208896cb063d479a49e34b0a052891616e979b76271fe61dfbb 0.05 MB 170 318
215,170 215,170 0000000000000348c0829334a4f54bc94093d1b468671e5c5ea896b3be61a69a 0.12 MB 332 224
215,169 215,169 000000000000004715a7484c93149db9ce9e0dc8647d3510c040e8776ae1eeae 0.09 MB 202 333
215,168 215,168 00000000000001ebd569c5bf6989dffdb9211a937584052403a8edf0d3afb26c 0.06 MB 114 122
215,167 215,167 000000000000036bcd67a3c608133c200989b8f4f533ee6716d2fc80a35122c3 0.11 MB 260 139
215,166 215,166 0000000000000422b3306e9ca6d6c22f56b6f40bbb3e8db2588865bcd5f0c58a 0.21 MB 553 184
215,165 215,165 000000000000016ac94a201f898af88b13bb376e2048ab531784c4579fcbd134 0.01 MB 29 96
215,164 215,164 0000000000000537774f15f8275889fa5cf9a0d6ee63baf9d8d0e0ffef495ec8 0.05 MB 128 166
215,163 215,163 00000000000002ae69364ae6251fc4bc0e01dd673d849ce600f48a2b226343ac 0.04 MB 85 136
215,162 215,162 00000000000003c98b8c46875f10756780aa5e476b426cb37b95bea80dcbff9b 0.05 MB 121 143
215,161 215,161 00000000000003b3271449a4a116f27381ea79fde7364bb29a3f292f346b4dbb 0.07 MB 166 160
215,160 215,160 000000000000015035fe2ffb2fa177b7c7685fbb4d557d56ba76a6aeb0c50fcf 0.04 MB 124 43
215,159 215,159 000000000000022c299fef1629447f114fc44b700b312c12098f3a4fef437fd0 0.00 MB 9 50
215,158 215,158 000000000000057887d6e11093afaf27609d2968e37a1af62ff1b021a68f3f3e 0.08 MB 161 167
215,157 215,157 00000000000000b7f2296b7af19aa53a977601df874d2c125ec8863a64c4c95f 0.11 MB 270 187
215,156 215,156 00000000000005220b7cf0a6830bd74f8d1ada1952af3b6205f9c35bfc19e89e 0.10 MB 260 204
215,155 215,155 0000000000000536a2b26c5ca62285d6fb5a0a0527fef09797c1edd68eaa0e92 0.00 MB 6 56
215,154 215,154 00000000000003178185c8eaa30372d52d582fed82e6167e404a18b13422c3d3 0.05 MB 133 128
215,153 215,153 000000000000004c58664769f18045748fd3b00419223d9350c0c0b2d5118436 0.02 MB 55 176
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.