Memory Pool Memory Pool Refreshing

3,221 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,481 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (689,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,370 218,370 00000000000000569f90c34d7ce8a10a509c9bcb53a8fe53a5e295607b4ce360 0.22 MB 512 198
218,369 218,369 000000000000006d1a70914b64d620ea85788ba67f5aa49b9a85b58312a3bb13 0.25 MB 424 139
218,368 218,368 00000000000002049448e3cf9057b3cae146b53983065aa66a232c416c62fedd 0.25 MB 645 222
218,367 218,367 00000000000002c25febfecdde3fc7f947c5329f31114aba8703629e5e99c84e 0.02 MB 56 457
218,366 218,366 00000000000003326cc3fab46d76144f7e640494212a21c6e6b8e16f982b9ea3 0.11 MB 124 99
218,365 218,365 00000000000002ce174ed7bbee4b7364c5d6ada8124e131c5dac74311a5465b0 0.20 MB 619 301
218,364 218,364 000000000000059b02733f726b63d66a9d974da1b9dfd017a70b01e4fdfd27a4 0.35 MB 466 77
218,363 218,363 0000000000000110b1a8baaadb738fde052837ea060022447529eb22a759f42c 0.25 MB 469 157
218,362 218,362 000000000000057eab9281eca69f80de1ca3dd9c1b45274f7585a54d88e2d439 0.25 MB 582 187
218,361 218,361 00000000000001ce5f237d6a26faefcd8ca153ccdbe160eb501d16e10336699d 0.05 MB 162 146
218,360 218,360 00000000000004c6a94995b5c1a17c03e9a3971f17bb2fc73f7cd8b838edc17b 0.02 MB 47 159
218,359 218,359 00000000000001ae7b199fc69b9c5ea4100f13c0540ecb27e695a595cd0489e5 0.15 MB 397 158
218,358 218,358 000000000000011747e65f5366ee1b2bf1136eb82b9aaa942d7041bdda188116 0.25 MB 906 190
218,357 218,357 000000000000041d120c868254266ab0ad2e3f831e0ab77af1c5424bb7f7c032 0.25 MB 646 176
218,356 218,356 000000000000026770717b09564132beeac8f71341db0a6ebff3a4ce99d1730d 0.16 MB 383 186
218,355 218,355 00000000000000bdbefdcd302eb4646e54eaac9c450c88d3a5b1199aeb23ad2b 0.09 MB 115 118
218,354 218,354 00000000000004e046045555c79f4d4123f54e91966a7eda0a31741be19e8522 0.13 MB 308 228
218,353 218,353 00000000000001f38d549574ae5de9b671d05dd2cc4fc7e0ef68f6e271d7ca43 0.15 MB 345 185
218,352 218,352 00000000000003de67bebd4c2a704532847047c1015a3a6192ab9ca230f5bd48 0.18 MB 399 195
218,351 218,351 00000000000000d08f0fb14b381f81e1b378e3b56edce86c2c29eee6a1e01f45 0.25 MB 498 167
218,350 218,350 00000000000000a9421f143e4f7b8e05c71629f7ae7710b36267d93ea11c1c23 0.06 MB 112 20
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,644.17 GB sent, 94.86 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.