Memory Pool Memory Pool Refreshing

2,906 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.79 vMB 2,897 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (712,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,617 195,617 0000000000000050fdab2e03e42ff70b2752b63a5f5a5746ccf67878b79799b2 0.15 MB 329 249
195,616 195,616 0000000000000365e845bbc16cc1e002f788489cd6ad33882e79c6578013b618 0.14 MB 391 197
195,615 195,615 000000000000001f84a6e3debbb49aeb4ed46c187df30f0e41580ea986d601e1 0.25 MB 582 200
195,614 195,614 0000000000000133d721a0375ee09fc56f8c87af62c4f5bbff191a7ede6cdcc3 0.25 MB 487 155
195,613 195,613 00000000000004fde3eb0be373d0179de948edfdf2288ba2e7e458be557f53e8 0.05 MB 122 222
195,612 195,612 000000000000003523e699ed5de693c3f23d7d216a9c6c97d93e33b712944967 0.03 MB 100 404
195,611 195,611 00000000000003b3cbd420099693e3eb166937a0294ee8d11e92e795ee78d1d7 0.24 MB 608 207
195,610 195,610 000000000000013a7f2c9ca09803e29590917ff30d3ee26fe528120c0b24e6e8 0.02 MB 41 107
195,609 195,609 0000000000000301a176d3b215ca197a814f1fb2d0c4ea99d72cd79508147642 0.05 MB 152 163
195,608 195,608 00000000000003b30279a84ba0fab02d65856b931b168dba0e86e2857e79d0aa 0.25 MB 607 141
195,607 195,607 0000000000000673e848ac5cea959274fde06dde7ae1d8d195e638210679de09 0.01 MB 24 97
195,606 195,606 00000000000006abf52560a00794c51794d9cce7aa89d54a5cdc4740e98f4e11 0.05 MB 134 372
195,605 195,605 00000000000004b6381cb60822426a594cfc55ae3a744187168648f54c865027 0.06 MB 183 441
195,604 195,604 0000000000000446d6e07e753af904a60ff17104794a4b1b8cb11b772475cdc4 0.09 MB 213 166
195,603 195,603 000000000000041073affc6a09ec970c50e91f326730dcde2fb791c02bb4fa70 0.01 MB 16 30
195,602 195,602 0000000000000349f910a2ce3d4032f3ebb8149ae63b3ec5287d75d423b0b5d8 0.12 MB 346 136
195,601 195,601 00000000000003c8d76448bda281686731e8fad180df23dab2644682806a6520 0.04 MB 84 168
195,600 195,600 0000000000000674655ba2ba2a610b2a50f9c74bfcb2d43a5899ed0cd42ad1ae 0.04 MB 43 97
195,599 195,599 000000000000023f9d2759260c51f9ff04b8aea255e9b19ebd9479c9d8ab25d8 0.03 MB 126 62
195,598 195,598 000000000000044967f538d01031330c290485e9f7948dd67dddb4f1fe8fe263 0.32 MB 826 164
195,597 195,597 00000000000003bef27752513f06784808055a127b2e23fd7180b270690a445f 0.00 MB 13 46
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.