Memory Pool Memory Pool Refreshing

5,052 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,237 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (118,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,032 789,032 00000000000000000004b4a0b56804b2154ea41231f9414a9c8bf6dc234e68b8 1.58 MB 3,943 312
789,031 789,031 0000000000000000000284ebeed52941b7395862a5ef615e321ede2dd5aec2ce 1.53 MB 3,546 271
789,030 789,030 00000000000000000005b6235aa7403351750e0a08609084b9b91a4b5ef55b65 1.76 MB 4,613 147
789,029 789,029 0000000000000000000259ad39cdcbc567d306e7d887e9f447bc94428772a581 1.80 MB 4,371 152
789,028 789,028 000000000000000000043e62eda7e15bd39ec42547013e531a5d643747d5c751 1.85 MB 4,234 176
789,027 789,027 0000000000000000000258b55e0d1281f4a0869db1133750ce2f35e959fa51e4 1.87 MB 4,692 150
789,026 789,026 0000000000000000000013864ba55d02943d07be6f1b3e6efd0c11ec78395a54 1.78 MB 3,915 200
789,025 789,025 0000000000000000000381e581143e4b7cc9db34aaf28699cce9595941cea42a 1.70 MB 3,654 257
789,024 789,024 000000000000000000014c9310edc8e845924d66a339ff70f987cb5a893626e4 1.82 MB 4,782 184
789,023 789,023 00000000000000000000e1a7a5417ab6d80e5eff236cfde590cd939e012932a1 1.89 MB 4,850 144
789,022 789,022 00000000000000000001a34690940a6bf982c2a4e8fb594dc91e4aa6411232e8 1.90 MB 4,824 144
789,021 789,021 00000000000000000005741d7396538dc730a9712a67a7c5639a3588a47a4065 1.71 MB 3,951 220
789,020 789,020 00000000000000000000e87d59fbedb8badccd54f9e269ff154a8651d02abc34 1.74 MB 3,949 220
789,019 789,019 00000000000000000001f9fa0595634bd5534d6aa1c90c32ab67d6a72382212a 1.81 MB 3,867 192
789,018 789,018 000000000000000000050e5ba028584dbc0d0e63f814332c081d46f2ce0d2a56 1.69 MB 3,805 296
789,017 789,017 00000000000000000001486b18335c5d2496ea69f75edb00fd073363343f83d0 1.45 MB 2,535 330
789,016 789,016 000000000000000000048541204852379772b501d43884ea68d8bfec99647bf2 1.88 MB 3,373 294
789,015 789,015 000000000000000000016a890210a3e68b03333514557964e10312659be87490 1.91 MB 4,626 155
789,014 789,014 000000000000000000046eb1c1a0dd916545d4ae4f38d3ffd3873a3f2a737f0e 1.79 MB 3,598 275
789,013 789,013 000000000000000000020b9f815d7caa7dc47b5e816b2ed6c057b0514a5db0ce 1.82 MB 4,388 203
789,012 789,012 00000000000000000005956ad0afdcba175f9be14e9fee92282c1a8a66b9a594 1.89 MB 4,500 192
Previous 10 blocks ↓
Total Size: 769.05 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,627.21 GB sent, 93.11 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.