Memory Pool Memory Pool Refreshing

3,784 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (274,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
633,211 633,211 000000000000000000138330c48a3e6c7d5def205670af9f89157d8f23a56210 1.21 MB 2,344 29
633,210 633,210 0000000000000000000d41e54a6a7b5eff42ee494b7939c8c515dbda53ec6f20 1.31 MB 2,139 62
633,209 633,209 0000000000000000000c39673555f517a82aec38c57a96eff3421a432dd0b471 1.24 MB 1,401 11
633,208 633,208 0000000000000000000bb5e25a33b34dc5c92f77504d00f07c9753b49704871b 1.10 MB 1,172 19
633,207 633,207 0000000000000000000382f00656a8c46c67cf4f2ac5865b0a5793fc2c254030 1.19 MB 1,718 31
633,206 633,206 0000000000000000000410a966842ccc41e910054b6824c5b29591217cd4db41 1.14 MB 2,513 20
633,205 633,205 000000000000000000028b534ca637fac25326f5622f91f4b7f5d54e8ce422c1 1.16 MB 1,924 36
633,204 633,204 000000000000000000127bb4baf8659c1eb4d3925c95198c2c84e87bf0446229 1.19 MB 2,391 41
633,203 633,203 0000000000000000000bd1090b2fc66f6928257bed3643ba370094d9cb1d63c8 1.32 MB 2,791 52
633,202 633,202 00000000000000000011d21e44e2a3a0c95c408e001c021595975a3d325ab5ef 1.06 MB 2,254 21
633,201 633,201 000000000000000000118a224775988b73b6929dd7c2f71f7b8a32ab4dbbe838 1.34 MB 2,179 41
633,200 633,200 000000000000000000039b52db090ffa1196b628f7bd1421535740864edd07c6 1.19 MB 1,785 55
633,199 633,199 0000000000000000000e962ecccab6d8fe1797f4b2c6f29591ba9475ddf09891 1.19 MB 2,135 72
633,198 633,198 0000000000000000000280a397cbe44cbfb9469f098922dbec3ebb7b01546968 1.22 MB 2,924 71
633,197 633,197 00000000000000000003d630ad2dffad0410cf731323d56e6db2deb05b4241ae 1.22 MB 1,896 45
633,196 633,196 00000000000000000005d7f686a72fa2d36614175d863536a4032ff4c85aec60 1.09 MB 1,051 55
633,195 633,195 0000000000000000000f03bf45156bac82eae0e8c4fb7486e43bd364db8a16b2 1.28 MB 2,811 38
633,194 633,194 00000000000000000001af5d9d926eabdc54403fd08dd86a75278425a9dac9ec 0.58 MB 1,176 28
633,193 633,193 0000000000000000000e7a35baf7e4c4d752de021f5df5de528e83ffc98788d7 1.30 MB 2,513 40
633,192 633,192 000000000000000000064f79ded39d9bc3d133f479f54fd139a57fdb8a2b0772 1.21 MB 1,861 13
633,191 633,191 000000000000000000007cd0e75eff5d3d42ac3fdf08790fa23079abb8409d31 1.11 MB 2,904 4
Previous 10 blocks ↓
Total Size: 769.20 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.13 GB sent, 93.96 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.