Memory Pool Memory Pool Refreshing

4,648 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,756 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (83,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,153 824,153 000000000000000000029546a740e78a18a1857a0e32155da88a71b34e1b6868 1.56 MB 3,313 147
824,152 824,152 00000000000000000003e54449042bd8ba0bea1f7ae8b7ddef8947a241d38d9c 1.90 MB 5,601 79
824,151 824,151 000000000000000000023fed8a651b80406109e63de8be1e6632c463641c80f4 1.72 MB 5,026 81
824,150 824,150 000000000000000000023044d7220426d840c0f80e0fe16d365238c6f048ddbd 1.59 MB 4,166 80
824,149 824,149 00000000000000000003db5c63c2d6488f13efb7bb6febf56d15d0a0a892d3e8 1.90 MB 3,417 62
824,148 824,148 000000000000000000018aa2c4313401832adff09b08226fa95c4fcf87c26ec3 1.92 MB 4,696 54
824,147 824,147 00000000000000000000390df879d2fb5e870b2a10134f5b3deb74475ae9f99b 1.60 MB 3,327 63
824,146 824,146 000000000000000000020e90804ded5bf988d9c2d703e46d4f994b5bc6109ba6 1.80 MB 4,143 92
824,145 824,145 00000000000000000001d7145639f1804c8952d6276556c0aee69518b7ad4994 1.62 MB 3,447 104
824,144 824,144 000000000000000000007115e633e8a052678ab4d4ce0d889016ea3160da44de 1.79 MB 4,984 65
824,143 824,143 00000000000000000001d280ca8ac53948815105fbba9380377883f5ac8ea967 1.78 MB 3,790 70
824,142 824,142 000000000000000000021c1d00711e576f4f66b7933e2cd929c97cf5e1dfc500 1.61 MB 3,688 99
824,141 824,141 0000000000000000000384d2a4abe11ec4497b124115e0808aa3b33aee40c3e5 1.70 MB 4,406 66
824,140 824,140 0000000000000000000268eb44452b94758a36b5434c28794e4ab2545b25b2e7 1.62 MB 4,122 103
824,139 824,139 0000000000000000000127473a801d0ad329d64d833dfcc9a7aac75cb1cf01bb 1.76 MB 4,065 67
824,138 824,138 00000000000000000002569f6aa522d4dbfc03bba4d1a3db073da0b05e584eab 1.67 MB 3,711 66
824,137 824,137 000000000000000000009ebf5f5ff613c75d0235b86681040b64750a6d9990a6 1.74 MB 4,212 92
824,136 824,136 000000000000000000031cd09a918b2c3db1660b5b972358087036557dce3a67 1.71 MB 2,707 99
824,135 824,135 00000000000000000000727f7c179093d61ff41993a86dd1be0bf6fd39b25d1f 1.59 MB 3,520 83
824,134 824,134 000000000000000000016cf1d788f0c939d10edfda070f2e4e08373f266303a8 1.59 MB 3,575 143
824,133 824,133 00000000000000000002af90fc54a17cadc88a564530fc76b4b37e4a7abcbcd0 1.61 MB 3,798 166
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.