Memory Pool Memory Pool Refreshing

274 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (610,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,254 297,254 00000000000000002f475912b2f671ea92236477482dfeda13def7e9fb5d712e 0.33 MB 494 25
297,253 297,253 000000000000000004af1fb3b77c0f7ffe640982e440ac3eb085fa51d8207838 0.08 MB 256 73
297,252 297,252 0000000000000000967c12a127e0341902f2de4b03afcf9d28b08794e0f3dfd4 0.16 MB 399 37
297,251 297,251 000000000000000004dc83247145cb3b056465746b4861de093c4ef035238bc9 0.02 MB 69 51
297,250 297,250 000000000000000052cc3d7487f7d6999d3eab36c92fa1107570cddf25836070 0.07 MB 153 40
297,249 297,249 0000000000000000797f52e9db1218832f8285e8590fcb10b1d44fe7bbf5d99b 0.03 MB 72 30
297,248 297,248 00000000000000001cc7d474bb46d4272c93549ea23ff16b6ea71e8cb54faae0 0.03 MB 128 44
297,247 297,247 000000000000000040ed1e5f86f121099199e661d9bf713171221ff46391aee6 0.15 MB 275 34
297,246 297,246 00000000000000002e395bc454a063eed2a7461b91bc5048e39260c4177e8d3d 0.05 MB 128 45
297,245 297,245 00000000000000005d17ff26bf8d639a864e76414f8df93690c8c72395f6b9d2 0.01 MB 36 46
297,244 297,244 00000000000000008c9558481e8ae8968e56ba276b93db012dc1567b2c58e91d 0.20 MB 340 27
297,243 297,243 0000000000000000278031f86c71265f6eaf1fe9ce6cc831dc4f956676a7a7f7 0.10 MB 256 50
297,242 297,242 000000000000000065c74e31d505cff2b96c87de6170d2bf2ae34bcc4a8a388c 0.05 MB 91 26
297,241 297,241 00000000000000003ead8c62aa09ed4a9f147c7f91e25065ed0ebf0320cff443 0.21 MB 335 32
297,240 297,240 000000000000000056b885bc282308dee7ed062f73c258c767f3dc8af300dd1f 0.09 MB 116 21
297,239 297,239 00000000000000002530a50b61101e1690ef4a0104b184e56b2f3bba9811646e 0.11 MB 256 47
297,238 297,238 000000000000000096ad8f1566be1b4995b51e250c8d408c823894da70d300a2 0.05 MB 115 20
297,237 297,237 000000000000000094b4d8fa7682f73b3d4e66839cc8ff73da781a2bb16f9eaf 0.45 MB 772 37
297,236 297,236 000000000000000096f3e8a634183bbca236d02b6082693b9fdc8c430b50ece4 0.30 MB 256 16
297,235 297,235 000000000000000034bf625cb68f8e0bcc1a078ba06020d2aac453250b5803cd 0.23 MB 512 40
297,234 297,234 00000000000000009d1a54ffbf387cceba2c81ddbe7ae0e462fe29d239e8691b 0.28 MB 584 38
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.