Memory Pool Memory Pool Refreshing

2,076 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,087 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,073 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,086 (795,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,232 112,232 00000000000000b87482153838af1aee957d9cd21b3f1571bc3bbcd72c625d11 0.00 MB 9 1,299
112,231 112,231 000000000000c6896f1b4e28b53dd02c9965842566799f2ea21c7246c93bdde8 0.00 MB 2 0
112,230 112,230 00000000000006a49c463766d6d4d8b3790476e289ea58f03897862c97b71f64 0.00 MB 13 0
112,229 112,229 000000000000550bf4fde6a1e04a2956c720b8664768ad611edad0672f598b78 0.00 MB 12 1,426
112,228 112,228 0000000000008e403242af7c0cf3688ef63c3d72c64d968bac2bb9a4e069f49d 0.01 MB 22 178
112,227 112,227 00000000000021bd097af92fada5b53efe9ac843a2ba78d7408a29d130630ebc 0.00 MB 12 1,055
112,226 112,226 00000000000019a4d02b3415f58febcf626f5e50a3123edd53e8526003b8ac32 0.00 MB 13 1,937
112,225 112,225 000000000000dc9a16e41270023b9152f8ee7a9d352291554f6563fbb8b8bdb8 0.00 MB 12 967
112,224 112,224 00000000000105a5f67696e79660981f5c4513edab21980c7b6a233eb63a8120 0.00 MB 3 1,508
112,223 112,223 0000000000009da8c73714fd683d7de23375e961a26a74b000437a785a011cf4 0.00 MB 10 370
112,222 112,222 00000000000036ce911df0a981fce3b49b7fc632721411c7e5f1e8ee6eea82b6 0.01 MB 18 1,884
112,221 112,221 0000000000006af7e45d3a16e9389ee2092838f6426776c39b897087182f312d 0.00 MB 4 2,583
112,220 112,220 00000000000100b66f650144f3ca6ebc31202d227f63b46292f1d61ab6965313 0.00 MB 8 1,876
112,219 112,219 00000000000101dc67f858c9fec95bd7c97679c8600a9825b22d3a60e14187c9 0.00 MB 3 3,883
112,218 112,218 000000000000cc1f0014c84fc9f02df6a2d563d647ce2e6f43f80fe384e138db 0.00 MB 6 578
112,217 112,217 0000000000002665b54b26d85366c5e0955961a69c2e700eee16d571ae29d61a 0.00 MB 8 1,721
112,216 112,216 0000000000003f34245e49f2e85b72ca19aa9a5e162640c9465150f7b45f17a9 0.00 MB 4 3,870
112,215 112,215 000000000000be03e9570480324516afbc6b48a8bfecda134cebf4d4471ededb 0.00 MB 3 3,891
112,214 112,214 0000000000003274ee54696bbfae98fd749d479d37a0bd100e8092bdb639e167 0.00 MB 5 0
112,213 112,213 000000000000b4bbd97fd06fbafe54064bca3a043aea7b919e5d11b0c750d5cb 0.00 MB 10 361
112,212 112,212 000000000000910dc2c1e57684b4dfadfc8830d8378f8dceafbaf9bb2d31570c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.40 GB sent, 96.41 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.