Memory Pool Memory Pool Refreshing

2,959 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,200 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (574,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,134 333,134 00000000000000000d1ef98e20f8d14ed0dda9bd5980038da02644264826b8d1 0.26 MB 334 20
333,133 333,133 00000000000000000e0a823b6a8052bd48a8ca0c5b28a07af8d1be5ce8aad3fc 0.01 MB 27 24
333,132 333,132 00000000000000000474698c6e2cdda28f64a5e615e2cae84ee7021345ab5464 0.11 MB 207 23
333,131 333,131 000000000000000004de901b0cfaa269b3b78142128e6195baccc453eaa5e279 0.19 MB 395 23
333,130 333,130 00000000000000000dab202bfdb8291473e2352c3b4a8a878622b57f0428abb3 0.02 MB 64 44
333,129 333,129 0000000000000000062c7e5471a772799ab273c4ff5420f4aa3bb7cb52fd636c 0.36 MB 782 26
333,128 333,128 000000000000000010a879cb5abd6facb1a2c498b1e67000b21af8dc7dbc88d9 0.11 MB 244 26
333,127 333,127 000000000000000011aec5b4f8e1a5c0151edc83899fe711669f65a9b8523808 0.36 MB 689 24
333,126 333,126 0000000000000000190becb7b90843eb2072a8e4efd0418dd6412989664a95e8 0.19 MB 390 27
333,125 333,125 00000000000000000bdd2a9a6ae86e547fd62cbf443627fa82a812a6b6526b5f 0.22 MB 520 26
333,124 333,124 00000000000000000a77db84f42ba58cd9bf728d51f8d48e799cb794d3ee99a9 0.14 MB 278 25
333,123 333,123 00000000000000001a6e1e623ac1c313f9caa8a52505d973627dfbed733dad66 0.01 MB 26 22
333,122 333,122 0000000000000000096ed87d87a09e8e436688d32abe0cb96cbb14f1fd124b8e 0.50 MB 851 23
333,121 333,121 0000000000000000010b68914a7faa49d64425ff1eabca1912f5cefec76e9ff4 0.11 MB 212 26
333,120 333,120 000000000000000000421231ff8987f9f0f16c6ab3cf9a7325a1d20bcdbd45bd 0.32 MB 549 23
333,119 333,119 00000000000000000ad19b4eecc9d0dbcc2a83582577f799d9110a2e288d746d 0.07 MB 256 45
333,118 333,118 000000000000000011ca8747b0644abaae6730261b1e43e4be7f9e1e56669345 0.24 MB 326 20
333,117 333,117 000000000000000002aa5d6d897a2d48ce5ee4191cd904a8376fdd1162aab4b7 0.17 MB 301 18
333,116 333,116 000000000000000011aa9d33fd83cdaaf81a837d39afe0569b3d59756af9ad6c 0.65 MB 1,200 21
333,115 333,115 00000000000000001532a8dd1ed1ae44268187c3f9aefc729b6e5fb9f66649a5 1.00 MB 1,773 25
333,114 333,114 000000000000000000d24f7b706a599081961fcb77a0c63bd1d9ccb55c53280e 0.42 MB 553 25
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.