Memory Pool Memory Pool Refreshing

428 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
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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 397 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (804,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,367 103,367 000000000002c16c98a8ce8ddf1e6a0540947023646838df3585f496f83f7057 0.00 MB 1 0
103,366 103,366 000000000002d44479b264563aeb49bb530369667a70ac2dee7868ee794100eb 0.00 MB 3 0
103,365 103,365 000000000000706a27683dc58eb601c1fdd75e8ebb87fecd005e96de9cb6d4ca 0.00 MB 2 0
103,364 103,364 00000000000055c5040a4ef0e3ae5bf8bcdd2ac4587d7088924a411b4fa1a13b 0.00 MB 6 0
103,363 103,363 0000000000018fa3de766361a49c5f532ce526a4685ae59ddc4e8ac2f9a49531 0.00 MB 12 0
103,362 103,362 0000000000010d98058c41320451bb56d5814e240884fb7f8f5a19155a9b1c0c 0.00 MB 9 0
103,361 103,361 00000000000241e2433a0ac6dd3b55cc90937eb65078e090e6bf79f3baed5aaa 0.01 MB 20 0
103,360 103,360 000000000000f64bcec2e37569f83b920df870fbacad7dbf9bf4a95ed6ad31a1 0.00 MB 1 0
103,359 103,359 00000000000028bfe108436f40a8ead0482fff32e7b3ac76a0c37c24cf7952cf 0.00 MB 3 1,937
103,358 103,358 00000000000133c15396bdc0deada3b92e1853cf4758aeb2164bd43a382c723c 0.00 MB 2 0
103,357 103,357 00000000000240a659de59a1e0a7903b19db4e0820c4747b2b854c4730b6869a 0.00 MB 6 0
103,356 103,356 000000000002378be6526ec4f4a5117e1fa93736fd005b667e3e401c47419f20 0.00 MB 12 0
103,355 103,355 000000000000dcbac6a894bd722cca9684d68f3d5c4f363337a60e590639f576 0.00 MB 7 0
103,354 103,354 000000000001753deeea7a377da1e5afd18f4478aa5a891a1d55d3ab7335837f 0.00 MB 5 0
103,353 103,353 00000000000137f81a75ea708da5fb80877e5a737b0539cd890130ac074240eb 0.00 MB 7 223
103,352 103,352 0000000000017af14969aa0aec397eaf2fc08e75c82da3c9780a3765e3b2b0ea 0.00 MB 1 0
103,351 103,351 000000000001deae5a86df534e6eb62b0355001dd5e141468b5e4eb41d82c8c6 0.00 MB 2 3,861
103,350 103,350 000000000000faf3fb55060442b1192538818a558cbc5c273e565581319c212e 0.00 MB 10 0
103,349 103,349 0000000000016d33a10d0fab2d8b15d3c987b9e02c8680df017f2fc0ba1a5911 0.00 MB 16 0
103,348 103,348 0000000000001108eddc5a35282d8b5926559ea584d05afeaf2407d34919bc52 0.00 MB 6 0
103,347 103,347 00000000000141eb2bcad882183a4db1d9862f53167ba04c9cdbb963d1b8fe29 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.01 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.91 GB sent, 92.84 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.