Memory Pool Memory Pool Refreshing

3,559 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,100 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,951 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,099 (794,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,780 113,780 0000000000006ddc76d2df4938aeff191995fb5bda338a40a5481fceef0ceb59 0.00 MB 9 332
113,779 113,779 000000000000ca3332d70c760ae5bb44c351be0abd5ba6c6b8445e058171a441 0.01 MB 39 237
113,778 113,778 00000000000069971eedd35021871cc2b3e2a66e49315caf75cc855ba1baadda 0.03 MB 8 1,071
113,777 113,777 000000000000653a5397dd576c9a6c0bcc7f5480f32a4970d020c17a283a5bc4 0.03 MB 111 0
113,776 113,776 0000000000004277273561959d56a1abd371c3e8483159961cfbfb7098ef8bbe 0.01 MB 19 974
113,775 113,775 00000000000032cb3bf78bd47afabbeac16f391c285a7cb979a8be5708dd0e18 0.00 MB 12 666
113,774 113,774 0000000000003bc5dd2086b22359f1dd2677046aff1cfcb1a56259ff86e62090 0.00 MB 13 0
113,773 113,773 0000000000007401cb44a109684a2c4450127b25d8283a7d1db95c65c8177401 0.00 MB 11 0
113,772 113,772 0000000000000cba68a08b0749cfda969d49a2faa5099ae6ce59549532bab998 0.01 MB 41 0
113,771 113,771 0000000000003036fd90c161793e27bdbb013039513a5b509b1f05ec9af802f2 0.00 MB 8 0
113,770 113,770 000000000000afc150a85eb4aa2ef2336a9fd096765f4abb488a647aae7d2f90 0.00 MB 1 0
113,769 113,769 000000000000d9700c0da8fe94aaa3b87674440e4bf8b8b0b662dbfa44a91c20 0.02 MB 98 0
113,768 113,768 0000000000006d039b5228c6725401e95bc28fe06aefe4abd66000884da3cd07 0.00 MB 9 0
113,767 113,767 0000000000007eaa789e407283044cae71f7cdd70bf410a65d65728919b72557 0.00 MB 10 313
113,766 113,766 000000000000b64905cbb5b474be868e6f88e66aa8717c497504f415009a7ec8 0.01 MB 17 645
113,765 113,765 000000000000459f4c871daf2411fd088ba4487a99872218e3548c52fdecaa1b 0.00 MB 11 0
113,764 113,764 0000000000003e0a9ff57e75196eddec5f73668912d9e8bdde861ae98f3e1f47 0.00 MB 7 297
113,763 113,763 000000000000ac95c92a198eaa603ff262fbb97864e09f59414f4a5edc07d73b 0.03 MB 124 0
113,762 113,762 0000000000006439b4ba00bea6d5d2c79469e2389ee74554b68054098ed4519d 0.01 MB 37 168
113,761 113,761 0000000000002621f02c15bb7557ab1e8be5a4ce443d9c4df6a21b33291bb6bc 0.00 MB 2 3,891
113,760 113,760 000000000000c2cd965872f53c80a6b30956be0620ab962bd71004bfb985eeff 0.00 MB 14 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.96 GB sent, 96.55 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.