Memory Pool Memory Pool Refreshing

1,621 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,968 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 1,598 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,967 (850,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,053 57,053 0000000007bfd8453c331fd4bf3f7eafd6f40944c54ce0ab6bcfdd86853b14d7 0.00 MB 3 0
57,052 57,052 0000000006007c796969500f70e89f281707d27844c6c1d499d2e04e66afaec0 0.00 MB 1 0
57,051 57,051 000000000706ed0a7d1b2eee08110cc861e91d1ae8b5a5cb9f0d2c2eb047582f 0.00 MB 1 0
57,050 57,050 0000000001b778b9f408693816c8c956e39d32f6aaf3bb2d9fca545f424671d0 0.00 MB 1 0
57,049 57,049 0000000004f0dc3f7254bba34f308bef5466fee474a04a7dae58ee17de6b2397 0.00 MB 1 0
57,048 57,048 00000000049619c0f96e9ed61cfaf54928547224d00ef38f483832095dd5ff51 0.00 MB 1 0
57,047 57,047 0000000009c170e34318cf5d9790ab6c2e7c7d2caf8874277736d10fdee7ed91 0.00 MB 2 0
57,046 57,046 000000000e8c933840c06f0652ebadde5f69301274d4ba8e402ed3da9d9d71ea 0.00 MB 1 0
57,045 57,045 0000000011589b83a8a5201ae08064a0e091de854fff4081a3d328c160e7ee2f 0.00 MB 1 0
57,044 57,044 0000000013ab9f8ed78b254a429d3d5ad52905362e01bf6c682940337721eb51 0.00 MB 2 0
57,043 57,043 00000000152340ca42227603908689183edc47355204e7aca59383b0aaac1fd8 0.02 MB 2 4,191
57,042 57,042 0000000013e7e85518dac94d012d73253d3fdac5c30c4143b177f3086f129580 0.00 MB 1 0
57,041 57,041 00000000078bc02dd5c0369a617b904214501511b5bbd9ebad6f3b8e59edfd91 0.00 MB 1 0
57,040 57,040 000000000cd51b217a8a77d009899a92f7ceb90526b94dd6ce63ed7a12a58a21 0.00 MB 1 0
57,039 57,039 000000000cbf6573856df190fa7ca8206ce68d7d484c2b8fba862b4b6134296b 0.00 MB 1 0
57,038 57,038 00000000133650d3ea9cd5e6ffbcbfb2930b755776dc13e6b60f4103cd59a1f2 0.00 MB 1 0
57,037 57,037 0000000014eec68c53934df0d6e59b2c188efe15811650060232f4d12036eac2 0.00 MB 1 0
57,036 57,036 0000000014609cacfb11fde0c323f4233edffa375c0159449dee10446dab8a7a 0.00 MB 1 0
57,035 57,035 00000000006de085dadb3ec413ef074022fe781121b467e98960280dd246bb00 0.00 MB 2 0
57,034 57,034 0000000014a962fca7421677b673115b9799a7502d8b09b2985015727097aecc 0.00 MB 1 0
57,033 57,033 000000000999137f3ccbeb2f8c6bdca436a80646ce2ab5c51f46a4985fd7b378 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.49 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,646.53 GB sent, 95.37 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.