Memory Pool Memory Pool Refreshing

10,114 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,148 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (73,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,401 834,401 000000000000000000006a69a221f826736fa88e6377e076fba429ebadc14de0 1.61 MB 3,164 29
834,400 834,400 00000000000000000002a140b3ecbc7bf63313694178b096940fc4462edd202f 1.72 MB 3,816 32
834,399 834,399 00000000000000000001508302eca610c8256e4675cb0bddf1a1484204c2d7af 1.63 MB 3,006 28
834,398 834,398 00000000000000000002755f9b5e34a8f8bc55f9a17c5f9a51372b6051a8f875 1.57 MB 3,545 36
834,397 834,397 0000000000000000000376321a97d0819ceac2d30211ed167691878cfd8e152e 1.65 MB 2,862 42
834,396 834,396 0000000000000000000345e39b4d7ba2263af5ca6fd488dce4e3735b07e42914 1.68 MB 2,958 32
834,395 834,395 00000000000000000000ce40d239e0a0aae6e80971f7ee3f6836c3368f5e3ca5 1.73 MB 2,739 35
834,394 834,394 00000000000000000001a171787fbec8ffe2f3a9c90eb9228f28cf492921f103 1.85 MB 2,453 30
834,393 834,393 0000000000000000000279b824b2cb2e6d0f52fd0875a3c1dcc1028ff548ea50 1.91 MB 2,140 35
834,392 834,392 000000000000000000019a054265115a1c907885ff7a36e3149e0e4c44cbaa94 1.76 MB 2,773 35
834,391 834,391 00000000000000000003431eac924def88c4e2af4b276aa4dcf8a44c0b89e212 1.71 MB 3,122 27
834,390 834,390 000000000000000000005d7e658329532ff5a893523d87d2afe931d6580b865f 1.58 MB 3,552 36
834,389 834,389 0000000000000000000361dfcf6e321400bc7c640b01569bccd3005577b065ae 1.61 MB 2,956 40
834,388 834,388 00000000000000000000e8ee54a842bb59915cce8857589e284c5de5138bb41f 1.70 MB 3,306 33
834,387 834,387 0000000000000000000114883be41c87fd4e04cf16a5ef48a87bd3977ddd3610 1.73 MB 2,671 38
834,386 834,386 00000000000000000003845426c686166926d26542619049a2279661b4b6f66a 1.44 MB 1,457 18
834,385 834,385 0000000000000000000005bf75ccbbe8a2916b21748cede9c82a04a003bae9b4 1.85 MB 1,495 14
834,384 834,384 00000000000000000002647d2750b0e28a109202cbadc2040564e5a000613017 1.68 MB 3,156 26
834,383 834,383 000000000000000000024ec55a9fe95168fae11c16f1424f1dc8e03a6bad1854 1.61 MB 3,099 27
834,382 834,382 000000000000000000023975d00a6c43622f6475508dcd5a3485f4d04da232a7 1.67 MB 3,036 40
834,381 834,381 000000000000000000036061a42aa00e23ea81edc42bae4aff0b34c2c49e6bae 1.62 MB 1,757 15
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.