Memory Pool Memory Pool Refreshing

1,284 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,605 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,604 (853,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,709 54,709 0000000003fad4bb318292dadfb0445ae4bc3bf33714bba310459eb7a3f48222 0.00 MB 1 0
54,708 54,708 00000000104c030e9f3da5203eca49c4b807f7a51e2013f8551552a86c9f16c4 0.00 MB 2 0
54,707 54,707 000000001357eb9641c6297c52e7c69925142da4dcc48fe9c7289299f3c60c02 0.00 MB 2 0
54,706 54,706 000000000998a05a0f7d1f1aa8e51a8edf9d434793e4529d6d16928b9730fda6 0.00 MB 1 0
54,705 54,705 0000000005e00080318e2f2600ececcbcedaf6dbb5732ef26ad95920af598240 0.00 MB 1 0
54,704 54,704 0000000001a299a0574077cd3d7b2bd76be0acf064df6748297fa7ce4dddfb25 0.00 MB 1 0
54,703 54,703 0000000009f0af1cbc4b19ae11fb32b5fbee01ddca302d278c82b67438325ed1 0.00 MB 1 0
54,702 54,702 0000000012a99ab8c6ffe37d745f1d1ff3990421164253a7ca2912d6cce7a84a 0.00 MB 1 0
54,701 54,701 000000000816db8d4cb1e518b594a43f893c2740feaaa8ac00cb97ca4933a612 0.00 MB 1 0
54,700 54,700 0000000010dc1658d00e14bf262d469225174347566917b739cf1409ee3e5edc 0.00 MB 1 0
54,699 54,699 0000000003308358403ca58e1baa535051719789ce1e88e781c44222516ede7d 0.00 MB 1 0
54,698 54,698 00000000112736d7db7694e3473eb7b9ce7990828b123b4496adcbaff2785552 0.00 MB 1 0
54,697 54,697 00000000018cd448010a8e83631a9741769a94a8c942ba451d5b7510c11333f4 0.00 MB 1 0
54,696 54,696 000000000089bf594f2d7764631e1cfafd668494dc2c861cb2245704bb42f9d0 0.00 MB 1 0
54,695 54,695 000000000969a22be9f1943e5afffa0691b4ba8deaef52d02777f187c31388fa 0.00 MB 1 0
54,694 54,694 0000000008f641127de8cecc71dea1fc030bddb956b5e9343fca5a53cd4860eb 0.00 MB 1 0
54,693 54,693 00000000129bae68d3ba44a900d0b64c53608083de54fe164dc2f4c70aa26190 0.00 MB 1 0
54,692 54,692 000000000d4ba1e1602d103552b8555fb282a70443b28c00221a00976c33ba9f 0.00 MB 1 0
54,691 54,691 0000000003e693bb73af36206a87f6916d93f9b1e9115f02fb3c4142ddfd6330 0.00 MB 1 0
54,690 54,690 0000000005e307fac11977c526e5782c9033feb606a6fc9b32c4570cbe032cdc 0.00 MB 1 0
54,689 54,689 000000000fdafc5ad0c6368704e58ca7ed437bbfb745cc31243cd8b587b8991a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.65 GB sent, 101.06 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.