Memory Pool Memory Pool Refreshing

967 transactions
23.17 vMB
Show Random Selection Loading Transactions
Max Size: 93/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
908,314 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 718 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,313 (840,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,582 67,582 00000000038f0b97e15e293a88aed45fb00e5ce1b6b058bd844f7eb6c69b1cb3 0.00 MB 1 0
67,581 67,581 0000000001dbc59a6da8ec18117bf6b1d521f069a9025112eaab22ce219035e2 0.00 MB 1 0
67,580 67,580 0000000003f3f1c009ee1bae99c50ad2a9e7703bdd9259816fab23aabd6cd0ae 0.00 MB 1 0
67,579 67,579 00000000057dc9e34c06f0a0f6aec2fb7cb889dc54c88d333c3340d1145fc2fa 0.00 MB 1 0
67,578 67,578 0000000000853d41d210e2473ad93c429c6e29e281458f22befe59b60bcaadea 0.00 MB 1 0
67,577 67,577 00000000010e9384cc834933c4237b45fc0aa2a68f3e000e7cdb2c39bdc4244b 0.00 MB 2 0
67,576 67,576 0000000000aafd55ddf23b2cae8ab3b8e8e0ace1c6772f35186a02561bed1117 0.00 MB 1 0
67,575 67,575 000000000449c63117662403481e5b76842d9161a606ef2b694cdb07adb98aa6 0.00 MB 1 0
67,574 67,574 0000000003e4272a2e0095adfe79fb8248e4258dbde6ebdecd80f65061d42d75 0.00 MB 1 0
67,573 67,573 00000000035744fc63227047760677ba350c5b16ecb8766b3794d38bc4a43749 0.00 MB 1 0
67,572 67,572 000000000574914f966dc8da23cfa74ab0108ef3ba470729847d2cc7b575dfe8 0.00 MB 1 0
67,571 67,571 00000000014f095186bfb905d306c0456734df888d0f94cc26d6f2266b477ce8 0.00 MB 2 0
67,570 67,570 000000000495ad28ff84314c77f5cac5107d564080a1727988116af8ca899b4a 0.00 MB 1 0
67,569 67,569 000000000304db5ba4b0fd6f01e2b9734df9a023f1dbe3b52771430aa5cff498 0.00 MB 2 0
67,568 67,568 0000000005a36b1a51d16cac9e83b277baf17c00b9571f65637a34753369b4c2 0.00 MB 2 0
67,567 67,567 0000000004312a91c36b1768d1275728577697ff7bf0c8fb6e3e3c8647826f05 0.00 MB 1 0
67,566 67,566 0000000002602c5a1a2692184e298095bf12aca85e9cc9487193c86c4743c213 0.00 MB 2 0
67,565 67,565 000000000287fe3d3ed22dc2e6d3e83a63dc305da7b9353366ddb615d8875120 0.00 MB 2 0
67,564 67,564 0000000001c1407dd355747b3bf298afbbf0615e0da3f4a245170be8adde20dc 0.00 MB 2 0
67,563 67,563 0000000002761eb466fd2d72af9878aafc8bdf076e229bdc54c7e6cdaee7c5e6 0.00 MB 1 0
67,562 67,562 00000000001e1705b8def2e6b3352eb2a6b9d0f9a9cde6057d37b079af87b52d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,698.88 GB sent, 98.60 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.