Memory Pool Memory Pool Refreshing

1,357 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (771,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,459 136,459 0000000000000595cd15535acf6921da90300257a37844f92119aa7d87d35d10 0.02 MB 25 575
136,458 136,458 000000000000009a8f66005494f07b8f2f30d40e8ec116bc83828f434a20d034 0.03 MB 65 581
136,457 136,457 00000000000004d76db4a127ef6efebd47b5b659b689aa79d78e20423acafb69 0.00 MB 10 1,094
136,456 136,456 000000000000030cf5f6e9dd0b330147da4a5461e6a66ac6fb00d6888047d3e2 0.04 MB 95 155
136,455 136,455 0000000000000593a02b4f7863c1ba9da2d6baf06509dc24e8aee2beeb8d414c 0.01 MB 24 269
136,454 136,454 00000000000002d1e0ca4cb522ef5664ebf9607146e42c48f1d09f7fcb0de173 0.00 MB 16 35
136,453 136,453 000000000000031b4bf995cc217a8de66da9d9369d72932162305ebbe2509624 0.01 MB 15 2,213
136,452 136,452 00000000000008271c60a82c5a2a47e5c3616113cb7a60ac856de8e979280e1a 0.02 MB 43 823
136,451 136,451 00000000000002f476c98d4c31b8c5a858e623dfc12b04b6fd2ed1e92fa1b969 0.02 MB 44 709
136,450 136,450 00000000000000bf266d009001a1fb656c3a66b1d384bb874f49b048b24c4ffa 0.03 MB 123 501
136,449 136,449 0000000000000479e4cf4eb8319473fbff4d1164b40c97d60e586931f79f0c9c 0.00 MB 3 75
136,448 136,448 000000000000092c970db701c9c410699d46e3e7b91c3256bead76ed56a0b390 0.00 MB 6 612
136,447 136,447 00000000000000ee27d31eb17dd9c0248598cb54b4f5379254253b3124049468 0.00 MB 5 73
136,446 136,446 0000000000000887739a049dc7e99c9dd119e0ace5485703ae97ac3b8cec4421 0.01 MB 13 69
136,445 136,445 000000000000088d57be086ac6a3aea122c501be0d534d4332e1329f279538b6 0.00 MB 12 355
136,444 136,444 0000000000000893851e99e84f9f52a0e0a78f43beaf43be4cad42ac7e11ff93 0.03 MB 76 1,615
136,443 136,443 00000000000001dba996c4f8648a8329e408f209478312bc7fd4ef556f337613 0.03 MB 51 1,414
136,442 136,442 00000000000008e031af4d7e6dfdb20053993a28bd514c780b019e7a1f70f257 0.03 MB 58 427
136,441 136,441 0000000000000a4af4a63aff1afd4fa9f2fb2810d5141194d85a79078a7cb4bc 0.05 MB 186 31
136,440 136,440 000000000000032b277f0960bc2ca34778c995d1a1a6a259548f58efa67a540c 0.02 MB 69 124
136,439 136,439 00000000000008ee76158834860aa0f0524f74f54f638968e87958aaafcbd870 0.03 MB 81 922
Previous 10 blocks ↓
Total Size: 769.10 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,629.02 GB sent, 93.40 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.