Memory Pool Memory Pool Refreshing

145 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,860 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (126,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
781,548 781,548 0000000000000000000106ecadf1fff2607fe9fc0f01b2875eeeb1bb62d6b31e 1.30 MB 2,056 31
781,547 781,547 00000000000000000006464da2e8886434e7ef91df9b8ca89e3f083c738ef557 1.50 MB 3,480 45
781,546 781,546 00000000000000000005649effd3f65add9514fcc78f2fd771f4f71705471931 2.92 MB 1,239 11
781,545 781,545 00000000000000000005722a62c9ea35839ac541abaffad46b8a0666639f6c6d 3.17 MB 374 6
781,544 781,544 00000000000000000003d4dadee4abbaa96e50683270fe3c6c5d739b6e678ef9 2.52 MB 950 9
781,543 781,543 00000000000000000001b7c44fe5f1ba6316058bb1589a51db90277b3d5ee7b9 1.55 MB 3,589 27
781,542 781,542 000000000000000000003527e139a278bf1e3b1117401b00c78681fe87fbfef8 2.57 MB 316 7
781,541 781,541 00000000000000000005aa6286581c168321c301d509218a52bf84e1928821b5 2.57 MB 819 6
781,540 781,540 00000000000000000005e069f0f9f2c532a2f3440aee00e9ced293888cff338f 1.57 MB 3,212 28
781,539 781,539 00000000000000000002a01655ff4bc2ae2dc7f2d224c6790de4c42f036794f8 2.25 MB 480 6
781,538 781,538 00000000000000000002886086829b00083d13fae2cb3322fb7c3f435cdbef2e 2.46 MB 1,904 14
781,537 781,537 00000000000000000003010b02d37cd0d653e776a9ebe1a6430862d436a8bc32 2.11 MB 2,162 14
781,536 781,536 00000000000000000005dfbf1c17e63518eb68687d3a8c6df9f851b804d7d449 1.92 MB 1,067 9
781,535 781,535 000000000000000000023121391da9f710dabda466711c07c2abb8db65f70c24 2.02 MB 2,626 17
781,534 781,534 0000000000000000000165cfc3f84298812c6696f906ce53544091fda5a7be04 1.52 MB 2,029 21
781,533 781,533 00000000000000000001f62ea590a7de311d7e48e8a819722c2058a17b27c9e6 1.50 MB 3,511 31
781,532 781,532 000000000000000000060f66f52f585d2677e4e34c6dbf0904dd218cccdb8c7a 1.46 MB 2,282 19
781,531 781,531 000000000000000000052f8c29b3bd83ffbca89135ec7cb43a3c9580e3439222 1.50 MB 3,148 40
781,530 781,530 00000000000000000005d87026df89f7e5a852790dd0c86fb7a7809bfc110734 1.29 MB 2,122 39
781,529 781,529 00000000000000000001883d68c08bf3be49dc50a5e886627d216a9cc1ecdb04 1.51 MB 3,545 37
781,528 781,528 00000000000000000006304ef9017a2e4a3b8cd695820788aab1f09cb16c6503 3.63 MB 336 4
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.