Memory Pool Memory Pool Refreshing

4,107 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,588 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (703,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,956 203,956 00000000000004cf2f76b74d0b98de592535d2e250706f38a061c61230ea150e 0.05 MB 140 278
203,955 203,955 000000000000027cefe2c1abb668de1605dd590a192e3bfbe487b69d6ffd0929 0.00 MB 1 0
203,954 203,954 00000000000001df83159c89c16746f5231c53454afed32f792220d47be972e7 0.01 MB 18 71
203,953 203,953 00000000000002e622e4906c0a9d8352fc48e69cfb7673b15c3e552608846c33 0.01 MB 16 67
203,952 203,952 0000000000000096c9a84793a5d52aa05545eb298375abba6827aeb7b96e21bf 0.04 MB 46 85
203,951 203,951 000000000000029182211d9e378be6f56e5c190c3b245ac7385abc214c029502 0.03 MB 56 126
203,950 203,950 00000000000000dd8375cff9ca00571e13a953bb03192c58d758a853f7d0e4e4 0.07 MB 162 175
203,949 203,949 0000000000000021080161d5ee36de39de523c7c8a4d081527eb803865cd6f6f 0.28 MB 497 93
203,948 203,948 000000000000045e12af655023914e34b0d4bafea14efff5a5b98270a535bd0c 0.10 MB 107 80
203,947 203,947 00000000000001ef492d15d7c248b853f1d3c056b6f0a99051b3c314b17fb49a 0.05 MB 121 224
203,946 203,946 000000000000016043cd5277a7dc18ac7403d4c92a5f010c4513eb350e761592 0.03 MB 61 76
203,945 203,945 000000000000026a7c16156958ede3c3d0f21f8bb45d9f0feb8291b1995a80f9 0.11 MB 262 137
203,944 203,944 0000000000000028cd4d0fe1a66f21bf648d9722e429bb39d99cb3f70414018e 0.00 MB 9 502
203,943 203,943 000000000000053db3a736bcefdb185f92ecbae1d32a28cda00345b5b15eb31a 0.01 MB 12 89
203,942 203,942 00000000000004731e92e384ff539f5960a95bcc336d84989c5a6004b63be15f 0.02 MB 35 102
203,941 203,941 0000000000000514f5faae8dbc32bec7e1dfdc6724ca91852936d98318a58dc1 0.02 MB 40 58
203,940 203,940 00000000000003a10fbc27be120444fe0edaf6a67b007198c86e02e540061e39 0.07 MB 136 194
203,939 203,939 0000000000000553e5c6f4246b2c2f9b4c1b7687356a4b99b03a3d7f9063d48b 0.05 MB 108 82
203,938 203,938 0000000000000088e26365ff41304ee30d72b4fe04f28d6499e0632d10cb317a 0.00 MB 11 35
203,937 203,937 00000000000001b9ac12587fc6a7a3790247fc4ebe371c5bba4a402e02817044 0.07 MB 40 82
203,936 203,936 00000000000000de15ee35302775946bffd10015baaa5b303838d385ef955392 0.10 MB 392 15
Previous 10 blocks ↓
Total Size: 769.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,628.24 GB sent, 93.30 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.