Memory Pool Memory Pool Refreshing

2,062 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,676 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,056 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,675 (830,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,470 78,470 000000000036a90255e4ed904a90f56d3e1945664f965c0ed8021525888e6c1a 0.00 MB 1 0
78,469 78,469 000000000052f24d4de1033486a93fb0c4e0a31857bac3bf5b1ccd7832034e04 0.00 MB 1 0
78,468 78,468 00000000002bc0cf0d1cd0fbd0111eee3698ac073f72aa1403839945d04eb5c3 0.00 MB 1 0
78,467 78,467 000000000027396aabbb0d3742b485d4397a6521ce736dd55908c89cbc4a3aba 0.00 MB 1 0
78,466 78,466 0000000000413207a4b14d01f027fa2480228d20ed85c9c2747eaabb76f3b77b 0.00 MB 1 0
78,465 78,465 000000000032912fe267922449a34f7776530d22605a16c30409231a25d06322 0.00 MB 1 0
78,464 78,464 000000000044b2b0c97dc0bf8fae88cf68446714652f15986e796d018db7c41b 0.00 MB 1 0
78,463 78,463 00000000006421a16f399e1e9f4cc2d45c998ed1fc0bd122486c96b0f7b13d85 0.00 MB 1 0
78,462 78,462 00000000000e99eb48b67ed5cde05c4caad403b1c3d929d1771e8aa53d767b17 0.00 MB 1 0
78,461 78,461 00000000005ee732292a12cb53e541587989580ac3895399df2394fcdf99a24b 0.00 MB 1 0
78,460 78,460 0000000000018d8636ab0ca2037f16ffebff0622734d2f3e7a31844bae5d0eea 0.00 MB 5 0
78,459 78,459 000000000010c2bb429d1159b5d1a492af484b3a906cd7eaa4cd9467a510e901 0.00 MB 1 0
78,458 78,458 000000000038826d8a94ad544a95ab983b10c8d839dc0db41f2c1ece8b1a1e3f 0.00 MB 1 0
78,457 78,457 00000000006231c597b20dc5a29922c46bcfe0095c7096d079b29d2736cf3d10 0.00 MB 1 0
78,456 78,456 000000000007a97dc699a9d398661cbb82cc2fbaafeaed1a86df64ae02734139 0.00 MB 4 0
78,455 78,455 000000000046e96395918dfe5691eb2efb2699fbd0f6e3ce2705a87e816687ac 0.00 MB 2 0
78,454 78,454 0000000000623eef734f8298c2e2febe86716f3934cdf622f21df1f1f29106ee 0.00 MB 2 0
78,453 78,453 000000000063af674615125af2b61c1cbdf74f0812e6e0ef426ffb6b5218c2c0 0.00 MB 2 0
78,452 78,452 00000000006113a86772014e038a4fd12c2f0166a9839605546d9a9132cd7289 0.00 MB 2 0
78,451 78,451 000000000009aeaed64e0ddcc853d0837d16281287a3b23504d85a1e319f1566 0.00 MB 2 0
78,450 78,450 000000000016d13bc5261ffdf0d7f479822d12817c1ac0729cdc8e78179b6cea 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.58 GB sent, 101.71 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.