Memory Pool Memory Pool Refreshing

2,917 transactions
1.24 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,198 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (640,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,272 267,272 00000000000000084a7a47018e60b74db9fb84e0e2b25db3f5508cb51964d68f 0.21 MB 391 54
267,271 267,271 00000000000000041e4dd070541c247e3366f020f76e7ca370c674582f9719f1 0.23 MB 451 75
267,270 267,270 00000000000000079b9fa0c93b1bba3d2f4c62a213c524d753975886d4ffc898 0.07 MB 128 47
267,269 267,269 0000000000000001f2071bec400e710764f89d0a14c385c914729f31f4bab68a 0.02 MB 64 68
267,268 267,268 000000000000000a4810333d6eed472d873babacf5ff24c5a3dc13069e5feac4 0.06 MB 51 26
267,267 267,267 0000000000000009610392291e7a511299710511d4385ad1faee7e6bf6183af4 0.16 MB 324 63
267,266 267,266 000000000000000021830a462a5da052db408b1ddd1301ac7ba4bf1836b2c20e 0.16 MB 361 75
267,265 267,265 00000000000000068a8805f6304da9eaa6f4474a5b2fa8adaf729a24f7221c5f 0.11 MB 163 81
267,264 267,264 000000000000000ac81c34d08b9a387b8145cc35260aa30b0f7e5691c7829a4f 0.08 MB 205 114
267,263 267,263 000000000000000a620954020d21b7e25d2e1f881dcf23dc469e3a05fea7905b 0.03 MB 66 48
267,262 267,262 0000000000000008d4ad74177253ba35883147392f0450df3e9ebb0c83a073fe 0.08 MB 179 53
267,261 267,261 00000000000000035298062f0b81a1661975044ec693f88b2fac489c3c8701ce 0.10 MB 252 131
267,260 267,260 0000000000000003341f2399010a453dfea54e953a7b181f4665e2bb21a9122f 0.09 MB 217 74
267,259 267,259 0000000000000001b33ae5bb0e5360207f5d2836fde017f239270e9a9d4ba4f9 0.00 MB 9 51
267,258 267,258 00000000000000043bee19e4282825b768a6e0f8531f9a24c6922690c56d83e6 0.11 MB 152 37
267,257 267,257 00000000000000040695e7f4f0fd11e95db8e69bee1b2c2f64d979b09784e487 0.02 MB 31 27
267,256 267,256 00000000000000080b018b6ca06297488370e1443c5115da9fe3c6dc2bd76d9d 0.23 MB 475 79
267,255 267,255 0000000000000000f8ab0e192efb4151f8dd675b0c8326be522d1a04fd8d319b 0.12 MB 220 26
267,254 267,254 0000000000000005d9ebc33698e7556015ca5f89f68bd229bbda960e2c1edff7 0.25 MB 638 82
267,253 267,253 0000000000000005bf34eb4dfe0c3e967a0e4f8f593acd97406f2d2a26c4374b 0.07 MB 170 76
267,252 267,252 00000000000000072e6e5ba5a2a691949a181803044d0d7037b839d4e3e891b0 0.12 MB 104 15
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.