Memory Pool Memory Pool Refreshing

8,052 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,743 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,985 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,742 (892,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,249 16,249 0000000035245e9ba6e907903bfa1d3991396002b4788c3ca6922a3f562c8c01 0.00 MB 1 0
16,248 16,248 000000006a6605467f48e4f2e2c1d02ae9b323accbac9e0aab30514bbd32ed81 0.00 MB 1 0
16,247 16,247 00000000489e56f50924a0e2781f0fc18b51358add5f41f3bfb1ed3d66c6eea5 0.00 MB 1 0
16,246 16,246 000000002a13a1f7436b69af3cf69768249284526f3e067b8ff55e91e5a66654 0.00 MB 1 0
16,245 16,245 00000000b465fe450470fb99e0d2b870f17f947361ff5d76e6f700a4f3380f2c 0.00 MB 1 0
16,244 16,244 00000000f4170e2df85bc4d406ac17c0c92765a18ea5eee4ec1e2eb30355af41 0.00 MB 1 0
16,243 16,243 00000000e26cb82dfcea65e605f23d6ae296aa6e90baa828b22e7d3f197588dc 0.00 MB 1 0
16,242 16,242 00000000d9423afa897fe5a253671fc7d29e2082dcb11e6ca3a7e1770c12869c 0.00 MB 1 0
16,241 16,241 0000000080b4a6576acd89c6203a312c23a336e9d9988beb539d6014548e11a2 0.00 MB 1 0
16,240 16,240 00000000a9f7c09cf2180026508ca1491c3c4508531f5e0bad0a0666bdc183aa 0.00 MB 1 0
16,239 16,239 000000002009d7144b91291375f8358d78fe2b9dbb8ec8886704a1814bf0a955 0.00 MB 1 0
16,238 16,238 00000000d599073280c7a54dfd1f458266df96d0443493a9d2407f7c6e908ae4 0.00 MB 1 0
16,237 16,237 00000000f5451e94985d212ae6f843eb03b9fbdbd06ca8ee5f46d6d568129788 0.00 MB 1 0
16,236 16,236 000000004726a118e0cb5bdeca523a656d0f3fc64bf6d2719f6c2ed293aa97e9 0.00 MB 1 0
16,235 16,235 000000005c45e6385f0e688b4b4dbb34ec734bcde78091b03fa12fed4b075ae9 0.00 MB 1 0
16,234 16,234 00000000232de60f87212f6093a7709b4cf0e99a4f55563f82051cb3e42f5446 0.00 MB 1 0
16,233 16,233 000000009c65f9d3687f2418eef0a93a9692ecaa1ebe1cb8c4daa72690b6ea7c 0.00 MB 1 0
16,232 16,232 00000000b506c758e915c18b743a4072e0deb82b435398a5dbb85ca364910b2e 0.00 MB 1 0
16,231 16,231 00000000156ad536d8bd5345def7dc2122eb80413d19f55fe5485dd6da5b2d4b 0.00 MB 1 0
16,230 16,230 0000000074643dbcfa938924e8e42d550f8655e6484fb9d8ff965ca42abd2324 0.00 MB 1 0
16,229 16,229 00000000d7159d1b2774fca553e4c9f45a6e237069a42f8c0ff401c61ef8b49b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.08 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,855.62 GB sent, 102.42 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.