Memory Pool Memory Pool Refreshing

4,542 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 1.00 vMB 3,053 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (721,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,236 186,236 00000000000008a63ffa1df786aee6f829af94ef4123231223f374f504a07deb 0.10 MB 212 125
186,235 186,235 0000000000000235c946d913f3fc4f5f4475af0507fcfef213611e4cb4a2027c 0.03 MB 65 81
186,234 186,234 00000000000007e638ee525478bd082f5e02c6c5033b81cb6db0a21b5e254d41 0.20 MB 447 134
186,233 186,233 000000000000094cc9acfba17bc76aca901bfebf32e1c12baf93d77283e7a2c8 0.01 MB 32 118
186,232 186,232 000000000000012fc32a1d85c0529b018c277f0f629a9458c79791c3aec29bf6 0.21 MB 387 88
186,231 186,231 00000000000007f0b6eddefbd4455b7e35bf2332e80112f85f4cbf7a6e35b63f 0.06 MB 110 78
186,230 186,230 00000000000000380ced28cfde13c867a36fbcd9d351ecbfb470a0f58e008a52 0.07 MB 128 102
186,229 186,229 00000000000005828ff10427baeae932bfe9da479c6444c4346d1ff9d1869895 0.16 MB 259 97
186,228 186,228 00000000000004b973e1494bff2377a9aecd4911187f1e97d06518fbc226528c 0.21 MB 507 141
186,227 186,227 00000000000000894a3eea94091e51c6af5cdcefe0aa434191dde6b1f6dcd619 0.25 MB 510 172
186,226 186,226 000000000000087f1a3272544a5204763b093c8948eb32c9e00a96cd154e9ade 0.06 MB 186 20
186,225 186,225 00000000000006af17a40767759e5cb522f3c8a3f00ad35f914609f1cb2e449a 0.14 MB 388 204
186,224 186,224 0000000000000861de945430ca3609b09ad5b7806694aaff38960d0555790e05 0.17 MB 306 114
186,223 186,223 000000000000071eb80f3684c4532614015c3f3fa1b74d5ed3237a7559134a14 0.11 MB 368 159
186,222 186,222 0000000000000692e37b9fdd6a8313e407558c23ad499acf228c16c69093696a 0.14 MB 208 126
186,221 186,221 00000000000006184cc6edbf7c3f81829625a18dc67ccc16b7e0cddd81d20f49 0.05 MB 144 94
186,220 186,220 00000000000004e4daca1caef0d7086d7ac9022119e408fdc5bb4c56ac85a5fa 0.05 MB 152 160
186,219 186,219 00000000000002efd599d6841abea7d30064bc8ac62a59120dd98b9cea542aa7 0.05 MB 140 35
186,218 186,218 00000000000003ebc32c70feabfcbe7f85dc2491f3b673c651956acc7d80d77b 0.25 MB 601 138
186,217 186,217 00000000000000dc196b99468a209d27ed8d8bbf702f30e1e78acf6fec8607ee 0.05 MB 115 36
186,216 186,216 000000000000016875cdb7cb8a0eae585e4097993add274198e55c38b5d17f12 0.01 MB 32 377
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.68 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.