Memory Pool Memory Pool Refreshing

2,484 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
901,491 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,152 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,490 (196,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
705,290 705,290 000000000000000000037bedcfe721e230726f49a6c021201533e24f6a8dc197 1.55 MB 1,954 9
705,289 705,289 0000000000000000000a31ea99e7ca22f7c3757cf00c016f138021fbcc3b4212 1.47 MB 3,127 16
705,288 705,288 000000000000000000031a0b3212014f899daa5a787e9440363b735e203347f3 1.39 MB 3,057 20
705,287 705,287 0000000000000000000e04afe7b058aeb26ccfb34c1583c8b1e7b4c62d00da85 1.46 MB 2,486 19
705,286 705,286 0000000000000000000999b1de2d010caa3c88e4639f37ec25b7764e068f216e 1.55 MB 2,674 5
705,285 705,285 0000000000000000000d49bb4d8f183602f1433f921248495e22661dcda54c98 1.39 MB 3,082 23
705,284 705,284 00000000000000000000d42ced341ce3a440d4185b0826c27472b4e74ee0a138 0.57 MB 854 10
705,283 705,283 00000000000000000007b8f6a0b6edd0c0f1bc0e38f7e38b9bf63d7bf9d7b7e8 1.38 MB 2,536 12
705,282 705,282 0000000000000000000982121fea9d9f85fa0b98cddda4b858663d4eda73719a 1.06 MB 691 10
705,281 705,281 0000000000000000000d1ee761b9e0efd4be48a431ba765fff485505c5271699 0.60 MB 730 9
705,280 705,280 00000000000000000004cb60d643c690706f7d2bed042236d43ef13c0747b683 0.87 MB 895 5
705,279 705,279 00000000000000000002ece29083afd4b74f152839806289cf4ae366784d4b01 1.49 MB 3,097 5
705,278 705,278 0000000000000000000b5060c3f578edcad8ff1e76df460d96227e34228d8420 1.48 MB 3,055 16
705,277 705,277 00000000000000000003f7fc0d0f8eacde848125617e8d89dbe3911ccc6c26a4 1.42 MB 3,241 21
705,276 705,276 0000000000000000000cc3adcb69b1cbb36267271b1f58c46fa3d672e5f3309f 1.87 MB 1,343 6
705,275 705,275 0000000000000000000811a785e10fbd8f32de0289d2913f9f699d940311a076 1.71 MB 2,084 9
705,274 705,274 00000000000000000000da0748e6469ed36bf94954ea477ce756f50621cafd3a 1.42 MB 2,345 11
705,273 705,273 0000000000000000000db6525317994eba72826d89bfb9fca7a4907470c2e322 1.54 MB 3,505 5
705,272 705,272 0000000000000000000b06f797ab26b012948f01edc56b32362540fa74c33c95 1.51 MB 2,839 10
705,271 705,271 0000000000000000000037576a828dcabb90ea4f156e5e56dc6fe1b750213ec5 1.43 MB 2,845 20
705,270 705,270 000000000000000000058e0ce640a27a059cf2a1347f68f67b74a12bb9edf40a 1.28 MB 1,541 21
Previous 10 blocks ↓
Total Size: 758.30 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: 735.47 GB sent, 38.28 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.