Memory Pool Memory Pool Refreshing

2,755 transactions
14.55 vMB
Show Random Selection Loading Transactions
Max Size: 60/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
908,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (851,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
57,032 57,032 00000000138e06a518053056bd0614e1f3d2ab59ef3fb6bc20f97566f5c22467 0.00 MB 1 0
57,031 57,031 00000000089777c1c0c38d657880a22ffbb4974eccc3cb55cc111f51d07e85dc 0.00 MB 1 0
57,030 57,030 000000000dd874065cb032113f6ebdd3ff92fd7bac4d4312945a84c9567b3847 0.00 MB 1 0
57,029 57,029 000000000551118278a715f1a53b8d99ef826b4780a9bad3d8aed9b9b8744b88 0.00 MB 1 0
57,028 57,028 000000000a504f3896c83bd438f7c392a0c8cd7dbef88ca21c39305b74235970 0.00 MB 1 0
57,027 57,027 00000000156c7c14bf6a38750e90caea06c054aac4b760f69ce58ddb4c34e936 0.00 MB 1 0
57,026 57,026 0000000011fceee6360a7df0cb85a97e7a83e5292925a5f8076d004511c40dcc 0.00 MB 2 0
57,025 57,025 0000000002e88be345ced0388be68d50d2e46af92398a8369f4ab4c6ba46267e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.30 GB sent, 98.48 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.