Memory Pool Memory Pool Refreshing

145 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (422,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,256 485,256 00000000000000000023f506c75b2c4c37630ac5cabc48f52f3d264893866731 1.00 MB 1,941 154
485,255 485,255 000000000000000000be02aa51edeaa46354cfe4efa0d6e73a4346339c1c8485 1.01 MB 1,883 165
485,254 485,254 000000000000000000ca96d8aa3ebef050d712e5bf14bddd0a577691af4f1ce1 1.00 MB 1,355 229
485,253 485,253 0000000000000000009c0ad8ac3cc1f72d4846c3dd642e1c0645f9396a0b98b9 1.02 MB 2,569 168
485,252 485,252 0000000000000000010b8f382ac04c4321179240b4f9ee8012a51fd4bc9d6572 1.01 MB 2,197 172
485,251 485,251 0000000000000000006e04e23564951d12f416bdd977b577a6964d119de7091e 1.00 MB 2,461 153
485,250 485,250 000000000000000000945b620d9e83fb648a638bfc431e83d75606af899d3a05 1.01 MB 2,578 118
485,249 485,249 0000000000000000002fcb44120ae806707b63bcc8f228f67ce09838cc1a1455 1.01 MB 1,864 144
485,248 485,248 000000000000000000310713858401009cde17b5e9000438a769e628687ffcaa 1.02 MB 1,894 144
485,247 485,247 000000000000000000727ac158d13f9bafc26634ec2a34acd44b85fdebdc856d 1.02 MB 2,618 140
485,246 485,246 00000000000000000022567d713c58ffefe5fa6c659cea397e6916a73f02a344 1.04 MB 2,524 140
485,245 485,245 00000000000000000032a5f114b193c13d08296288e5a986f1252d43c7011b76 1.00 MB 2,268 148
485,244 485,244 0000000000000000011323a20dea3a9fc6510ff28cef43dc8edaccd22d91a114 1.02 MB 2,265 179
485,243 485,243 000000000000000000a54cdf8f9045c2b13a762d7a39119ac0885bd4aa5073e1 0.00 MB 1 0
485,242 485,242 000000000000000000e1438ed1592b8c23728cef2b155af863b4c773b892338e 1.01 MB 1,240 128
485,241 485,241 0000000000000000006489800c01fd630c5bfa9872afc929490d838af72fd8bd 1.00 MB 284 118
485,240 485,240 000000000000000000e15c1baa0338fcd435ba4d3b24c10cb53aff73527e3c9b 1.01 MB 902 139
485,239 485,239 0000000000000000012c51b69362f8cd74e28825d3812e03876b5ddd7843dbc8 1.00 MB 346 122
485,238 485,238 000000000000000000f3bcab763e4779e43f79d31719cc5667b951f36c35e060 1.01 MB 2,110 181
485,237 485,237 000000000000000000a70833ee6688cafe55e96a1dc1fbc3aed7b6948f603da6 1.00 MB 904 141
485,236 485,236 000000000000000000d95aaad935ea52637f2572e737ce441a993aebf205e78c 1.00 MB 1,875 130
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.