Memory Pool Memory Pool Refreshing

3,608 transactions
19.77 vMB
Show Random Selection Loading Transactions
Max Size: 81/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,055 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (829,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,402 78,402 00000000005c80e7baca1c3cc8822e3833eb7016b20e046ebf1b89825436b87a 0.00 MB 1 0
78,401 78,401 000000000043d1da24099f561fbaab10acb3d3e6fa84774572b677629d1535af 0.00 MB 2 0
78,400 78,400 000000000068c8c17fdd4e9ceec82a874da300601619a0495ba9117b4267a313 0.00 MB 2 0
78,399 78,399 00000000001c376bcbc609dbc4020368e7ac04e0139b20d814566e4441a5f971 0.00 MB 1 0
78,398 78,398 00000000002127fe122cc9bb10aece80ec7e0be13bf4a3c57afaed9bbc94f795 0.00 MB 1 0
78,397 78,397 0000000000607a75ff0142ee54c49ca4dba292fa67f1fa462d45742421db6802 0.00 MB 1 0
78,396 78,396 00000000004c0d6e0785b9a3afbf355379f057f9b044c2f247374a5d806d0d21 0.00 MB 1 0
78,395 78,395 0000000000605efcd1b1e9b8c7fa2d639fd580efb0573ac29f7aabfbfbbf4cca 0.00 MB 2 0
78,394 78,394 00000000005cd14844d0b892057777993c4647870b230a00ce8536975581e643 0.00 MB 3 0
78,393 78,393 000000000031ad4d5f8215538993bd01cdf1163534e17e056e3246df8059cb6f 0.00 MB 1 0
78,392 78,392 00000000003aa22a47369f1bd2054709b7f06b9b3c9b5e7d1a9f2bc07fd074a1 0.00 MB 9 0
78,391 78,391 00000000000686045c41f6ef6c2ae263da0fb7e23754fcbd465a9d204e7db260 0.00 MB 2 0
78,390 78,390 000000000026534f31d5fead081b0ff2bbfbff2d632afc49397140a365ac5ef7 0.00 MB 1 0
78,389 78,389 0000000000088e5119582998485e4bdbb589f57016c43b1369312b3b980889e5 0.00 MB 1 0
78,388 78,388 0000000000144073605917c83de593f02b58ce1e34b0a992799fa1f3dc42c1df 0.00 MB 1 0
78,387 78,387 0000000000240e57b785c124a8aa72b1426f510a96e463502cd8eefe5b7373a8 0.00 MB 1 0
78,386 78,386 00000000001efc5ad512a6668988305bdb8d82e676a66eefaa9a3e32cb826692 0.00 MB 2 0
78,385 78,385 00000000005f164883523f470efa07ce9dc15a82a580ec9fb7ec797bc574f7c0 0.00 MB 1 0
78,384 78,384 00000000002a7ac68e2f55d79497d4b6d2fc2496f04a9c1af278db41c0648726 0.00 MB 1 0
78,383 78,383 0000000000607f4fd5606ca0554656646c93337fd6aa975f0f630c2caddca5d4 0.00 MB 1 0
78,382 78,382 000000000014d3e7131226bc9afd7e4d857958923209ff5389daf2da080b5d9f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.27 GB sent, 98.66 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.