Memory Pool Memory Pool Refreshing

1,977 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,976 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (128,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,598 779,598 000000000000000000008a80fc6f10a31062441449c22de4e94b0dbc85ef83d4 1.57 MB 3,164 32
779,597 779,597 00000000000000000001a349978c1a7073a81ac0fc5e228cb542ebfe8fbf915e 1.72 MB 2,888 32
779,596 779,596 000000000000000000039c4dcc60e5919583d1fbe18df7eba2aa6352b9644c25 1.43 MB 3,445 55
779,595 779,595 000000000000000000010603365228159cee74ce2a35770eb02402381822b70a 1.37 MB 2,490 15
779,594 779,594 00000000000000000001775202c4741e69fc14d5cf6142a418c15e3e9ef29d71 1.60 MB 2,638 13
779,593 779,593 000000000000000000049b1fef8cb4954f7da96fa09ad38dc632480cc4e9db88 1.23 MB 1,894 13
779,592 779,592 000000000000000000049fe7bf121efbb5fe8ff4a3b29cd70664551f582f0626 1.35 MB 1,552 19
779,591 779,591 0000000000000000000336cc7096ce82a4cf623f24d27de5cd9cb13a584c0f4d 1.51 MB 3,376 18
779,590 779,590 000000000000000000051511942fa1ed4f5db54a2c50a2dab5052dd7629ff6b6 1.61 MB 2,572 19
779,589 779,589 000000000000000000058c4d43260433a6d9632d354520aea7f7c0a3799dde38 1.45 MB 2,631 14
779,588 779,588 000000000000000000033ab71b5fa7edcafe388e5f49719f1de8e1f8d0670460 1.65 MB 3,039 16
779,587 779,587 00000000000000000004a0f47d9a78d2a0bf6e8d2a898d18db4e3f56926ee495 1.41 MB 3,268 16
779,586 779,586 000000000000000000003a6384e36d48d081604aaf1901ea52d6a7ed59c947f1 1.49 MB 3,281 26
779,585 779,585 00000000000000000003f9fa3c3c8c1dc851272e294a8ba9c75d1e05ee89365e 1.47 MB 3,478 32
779,584 779,584 00000000000000000001005b7b377a90ba2bcfc8818fbfde4afb3e04dcd5ffe9 1.40 MB 2,140 17
779,583 779,583 0000000000000000000419c72289b8dcf38fb016b6030ac464f10a208808e63f 1.60 MB 3,245 23
779,582 779,582 00000000000000000002c68c6f408550702936d21bd83204182f3db0bc5c07de 2.39 MB 1,790 4
779,581 779,581 0000000000000000000029b84ba6aa21b42c302c01dd12ca00aef75c3428b527 1.57 MB 3,429 18
779,580 779,580 00000000000000000001d58c4c39914970a0b46f602a40f840d664e1136874a5 2.01 MB 287 1
779,579 779,579 000000000000000000031f50c813aac12c469a74d9ab568cf4c51a96e7286318 1.99 MB 2,918 6
779,578 779,578 00000000000000000003c080cb221c2ad7280f2b8fdeb5dfbfb243519cdfc882 2.25 MB 2,244 5
Previous 10 blocks ↓
Total Size: 769.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,634.63 GB sent, 94.03 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.