Memory Pool Memory Pool Refreshing

5,580 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,678 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (776,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,244 131,244 000000000000060e4cd219a365a12bc8443ba61aa64b6f6b3dc1baafb413aeae 0.07 MB 121 468
131,243 131,243 000000000000011c27ea304716cb069253388d1bc3a423c437e04e3c085bbc2e 0.05 MB 122 485
131,242 131,242 000000000000033864e2e03053f1a98ef3f15d7aed84a10fcf27ee0e36ade813 0.02 MB 43 927
131,241 131,241 00000000000010ff554c2a4032d7d0499c8357ea10a4a59bc22548b4f77045f3 0.00 MB 10 35
131,240 131,240 000000000000047463a35340965ad9de30a843a82ff2efde018f8f4db4a06d35 0.03 MB 64 355
131,239 131,239 0000000000000794f998c0e0d6c8973a53504637e5b65c65c561093e0729d3ba 0.02 MB 36 2,276
131,238 131,238 00000000000002dae094c91f3b568803f30c77f8e2b8fbca49cf0d47fd85d2dd 0.04 MB 101 550
131,237 131,237 0000000000000f83ddd7977e0957c2ddbb32a3cfb07c67d29a86d78fca652af6 0.05 MB 144 108
131,236 131,236 0000000000000177ca06002a5d22214a0ba3122da467ffd7d70e2f61836e4198 0.05 MB 138 545
131,235 131,235 0000000000000f054b58fa49589c03a98ff2fa5d6173a6b3c808230e5cfd8dea 0.00 MB 15 870
131,234 131,234 000000000000086a58ec4ba84358ac32c52fc44eeb343051f26793d2730450f8 0.01 MB 36 1,046
131,233 131,233 0000000000000191263098ba8b6811c6def8269bccf8c03c67298a343c8676da 0.03 MB 47 316
131,232 131,232 0000000000000bb0f6eb99637be186b0d609debc0e46a27e01d659c0cdb9dd8f 0.03 MB 56 1,051
131,231 131,231 0000000000000390e629d45cb55dba2bef2a30d2f14d8fd7b3d752942255b950 0.02 MB 42 1,075
131,230 131,230 00000000000012f28e62577e7fd976f8ab85dbec273def2fdde192cee495ee37 0.00 MB 13 1,035
131,229 131,229 000000000000095c60215de1f75a91ea5c22096ac3c919d9ab51484a748e9906 0.02 MB 26 1,101
131,228 131,228 000000000000015829f5beacba5622d6e29d976d4126b0bf7aa0d3a3d1de1c91 0.02 MB 38 388
131,227 131,227 000000000000066dbd97b4d1dd042cbaf74741cb3ed145b8ac6a2f8a498e6c4b 0.03 MB 80 588
131,226 131,226 00000000000002f122423dcfd7f1c37a969b6ee4ddd94b2199e5902f59d49b24 0.00 MB 13 375
131,225 131,225 0000000000000b2dd556bf8580f444a4f41d4410f2072cebcee1e2b84df6513f 0.00 MB 11 612
131,224 131,224 0000000000000f0a9fcbf6e8204b9378f4687c768c774b3fc07e1c68d9d5542e 0.05 MB 186 7
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.