Memory Pool Memory Pool Refreshing

3,218 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 3,218 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (719,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,355 188,355 00000000000000b50cb720c3048cfc341eeadb8477c910d43e01014e7f63cb7c 0.02 MB 34 74
188,354 188,354 0000000000000736c3f738340ff9520d49dbfa15b21b75b1259df92aadb49ccd 0.02 MB 33 17
188,353 188,353 00000000000004339590591ff7414d86972837bf4ef568296300e122c37d4df1 0.18 MB 355 99
188,352 188,352 00000000000007085e1c136e5e38222675eacecd4a49781ab4fa6980b71361bc 0.21 MB 703 168
188,351 188,351 00000000000002d4a05ccd5a95c77e9fb7841a5ba67ee84c19fb471cae0a2f6d 0.00 MB 7 15
188,350 188,350 000000000000050f79d02b108558e604f6aa7dc8dc43b35cba5bb046f55c5194 0.25 MB 398 105
188,349 188,349 000000000000025ce6b5a182b34b863f91e6eae14088acc0934e9116e3d9641b 0.00 MB 12 30
188,348 188,348 00000000000008f58e76059fe7da33f1832e6e64d10e7f547fbea077f9d2fcc0 0.00 MB 9 14
188,347 188,347 000000000000065d7dd6981d0160d6620d732f7e6421eb9dfb22145d77a1838c 0.00 MB 8 29
188,346 188,346 00000000000009212805a65b4191820fca6953161ddfa96c253a30b04171f770 0.03 MB 73 98
188,345 188,345 0000000000000104aa85bc597c4da44651045c2e2b1cfa0bf8b5947caeacc1f1 0.10 MB 194 493
188,344 188,344 00000000000005821e9300f491c24b090c4624258d0b130d9cd1f65ea1d98cff 0.00 MB 6 14
188,343 188,343 000000000000045441f05fda7fdfcfd4c61d00ea4e990508aec2ee84b22279da 0.00 MB 12 329
188,342 188,342 00000000000003e8272812fcc89e251a48515c69cd21872aaa6c2308ba7e90ef 0.49 MB 1,203 106
188,341 188,341 0000000000000419cff97c695f73537a6245cb7d884ccc144b9b84e8fda84013 0.25 MB 510 121
188,340 188,340 00000000000005f321362dc5610efef87b9975ac92f841628679cf759d230de5 0.07 MB 210 176
188,339 188,339 000000000000017c5f2610461d13199a52b99fabbe667c976709fa446bf5e43b 0.01 MB 28 128
188,338 188,338 0000000000000281a7b27a2df4aa72436b9240f015c59629b2a8832204652a56 0.05 MB 132 46
188,337 188,337 000000000000021467e438aeb16560d875ed5f3162cf7952f1b69ab7a660bd33 0.04 MB 107 26
188,336 188,336 00000000000003602b228c3ccd3541d1563bb93e1e25ae4dd598ddf380f22bef 0.13 MB 319 118
188,335 188,335 0000000000000860d1ef4b3bfe8d1a164ab46f256f49da276b9be32d437b06a6 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.33 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,643.23 GB sent, 94.64 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.