Memory Pool Memory Pool Refreshing

274 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (811,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,203 97,203 0000000000001db87130faa6dbaff5d571a63c8cf1036c7cf24d3f354be0bfc9 0.00 MB 12 0
97,202 97,202 000000000004ed43ea2f4440c9fa876829816b9a48bcda0a571f68f5c93a1323 0.00 MB 6 0
97,201 97,201 00000000000391c04395318dd6b916ee171fb8cc07384e58748def0c509d093d 0.00 MB 9 0
97,200 97,200 00000000000056c9480b1090eae62c1ce319c55e2a3364550fc58bb809196f73 0.00 MB 1 0
97,199 97,199 0000000000052d214b528c421dd42e5d0e565a3ff439288f79d92055f6fe427c 0.00 MB 3 0
97,198 97,198 000000000004235dc4bec9fc3d019a4858e722a6b50cccad8f8bd494aba1f917 0.00 MB 9 0
97,197 97,197 00000000000275d3afb9205d914a2bc8798f794410c82a65126fa5f13bcf68fb 0.00 MB 4 0
97,196 97,196 000000000000a52b920c4e4051bb50f869c3e66b03b4b71e7cdc54854053d08c 0.00 MB 2 0
97,195 97,195 0000000000046eab9ebf53f4ac716e54f804869bec8aacdd95b400279f282eda 0.00 MB 1 0
97,194 97,194 000000000003ec2daaa9c44ecbf94c8259e259b6dc553c0e85f8eab23fff2037 0.00 MB 9 473
97,193 97,193 00000000000440dfe1b5bb55e28f6d080af226454c172702a2fd9b2747148833 0.00 MB 1 0
97,192 97,192 000000000001be1630e609ab83f24d62b068571de8b592baaafe2a7a01cba907 0.00 MB 3 0
97,191 97,191 000000000003d3bbe5d799b1d0041e97c95c49fda833c108b14f69236bf27afe 0.00 MB 1 0
97,190 97,190 0000000000039a209e766183078aa40e56fb5d8aa9c4390b66f1026e04394e11 0.00 MB 1 0
97,189 97,189 00000000000298fc34102116e486b0435ce81d75bea65a9e4fa9d4a942badb6e 0.00 MB 1 0
97,188 97,188 0000000000016da0b0bbee45bebd93ef7a78d529a5c25788b5c1b1ef03470a92 0.00 MB 2 2,217
97,187 97,187 0000000000027b0349955906b0a9c85649d96eeee1003c5dd00d10b5ead82c6f 0.00 MB 2 0
97,186 97,186 0000000000026ac64eb55914682db3c3a7cd527e84bab511989190c0cbd0ce60 0.00 MB 10 0
97,185 97,185 000000000002a0c230b1e91ba749485dbc2916acfe7c1fe1efbbebb558d13c78 0.00 MB 1 0
97,184 97,184 000000000000b284d1f7541d29e7576c87859c1cd9b484b98c1175db5305eaaa 0.00 MB 1 0
97,183 97,183 0000000000005c444f76fdba44103800ff60f954b9fc2d808d1bd21a2d1d0ca0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.