Memory Pool Memory Pool Refreshing

4,670 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (622,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,586 285,586 0000000000000000e3debd3a8f056f6a93575cf7605a7af6ff5f01e5f4d1762b 0.35 MB 534 38
285,585 285,585 00000000000000013f219687527fdf0e5aade4df343a8a293cbb8ba9a638acd5 0.01 MB 17 54
285,584 285,584 0000000000000000bc08afa6d73c18105066dca1186ce2a2597860ea414c56e3 0.26 MB 373 27
285,583 285,583 00000000000000003f8bf008d40fb32536f7f0bd416fba9551598868c3b7cb16 0.02 MB 49 45
285,582 285,582 00000000000000006abb8cb3e3b3a1ee30b623db4ac203cd6e8eef4849362bb1 0.01 MB 16 35
285,581 285,581 000000000000000088836ae2db115c621b73e019dddd012ebce457ece373f75c 0.12 MB 122 22
285,580 285,580 000000000000000147871fa92a29bd9e650366bc7ca18d460830a8549282f7c5 0.30 MB 401 21
285,579 285,579 000000000000000001f92489973ee9c4fa0ec32ba236c170ad0d468b77492c5c 0.16 MB 512 64
285,578 285,578 00000000000000018102f55590fee6656c65adb69fc965ddcc3176b2858b753f 0.02 MB 26 23
285,577 285,577 00000000000000014bca9413d00b8a6f949b0f12bee7a24e48cbe32dab8608f3 0.04 MB 25 15
285,576 285,576 000000000000000176fbfcb3a9ba10cc8ba20e809850a0bc460e7003795689b0 0.34 MB 427 33
285,575 285,575 00000000000000015730c409250dc4a7e95328fa7fa0d4cb85172630cb97aa3b 0.12 MB 172 28
285,574 285,574 00000000000000015eee367f7deee27c73b62e53f30d7ed39f7f22e1844e712a 0.03 MB 65 81
285,573 285,573 00000000000000019940d8c083a7fe9fb2571a626400eacbba9141a81e5f71f7 0.15 MB 254 32
285,572 285,572 00000000000000013e4d0d2be500e3847a816665eb5a252f16ec4b4226e8ecd0 0.02 MB 45 34
285,571 285,571 00000000000000017caa1888afb67594bd034a94fd89a94c9607ec42ad0da96d 0.03 MB 45 8
285,570 285,570 000000000000000062e36779e421422893fb0bf79de8cb6380a44ecb7330ad03 0.07 MB 171 64
285,569 285,569 00000000000000014e4f835ce0d44a77625b54cd180e2179217d34ae7ba39849 0.09 MB 196 61
285,568 285,568 0000000000000000853b13affc07d132660ff57c9175d1e3cf9455fc03440d0f 0.03 MB 34 13
285,567 285,567 00000000000000008ca67820245215b16f8b05e223790e7f5d4b6a404efc7fb8 0.25 MB 469 34
285,566 285,566 000000000000000067ae4c474e844dcc6c8ac440056b5b036113f7ba6318a548 0.68 MB 756 24
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.