Memory Pool Memory Pool Refreshing

6,512 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (637,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,932 269,932 0000000000000002948d8f56f613b75642e56ad20f2133448809f314ae73467a 0.09 MB 186 65
269,931 269,931 0000000000000003fdbb22c8c19a42ea5db62903970caf2e9ba59dea3066e2a1 0.23 MB 455 76
269,930 269,930 00000000000000050874f9e070778378ab3ddb1436aed18eeff43a97b6578eaf 0.06 MB 156 43
269,929 269,929 0000000000000006592cf909d11a182b44974dc6a8253f8e46daeaea529cd8db 0.28 MB 606 63
269,928 269,928 0000000000000004b6c159845c20115d61f207d3f713e23adcd54ba6cb61d3b8 0.14 MB 291 101
269,927 269,927 00000000000000051df0fd682f3678a6386d9cbe14dc9094e94a64e03dfacba0 0.21 MB 512 79
269,926 269,926 0000000000000006785cff9c6d08b5c912d4493276ea3d58ab13ebf9c0d4efa6 0.08 MB 192 129
269,925 269,925 00000000000000017d782b50ca4e3211bf1db9e3468f8e9d8671df2371d4c102 0.25 MB 429 47
269,924 269,924 0000000000000004b2d8133571e83bd32b85c3d930b221efa8b1c8583955fe16 0.11 MB 252 59
269,923 269,923 000000000000000636a8ef8895843ee2ed629ff241963a8bad73808e58f1a06d 0.09 MB 218 68
269,922 269,922 000000000000000479f286761e91b2c983ad63e19b0d53cffc67e731a7558d85 0.03 MB 60 6
269,921 269,921 000000000000000292c1287118e84445aa552c1e3d32271c81faa4d97a8ef23a 0.25 MB 499 70
269,920 269,920 0000000000000002ff85bfc60f8a738e981daff2e86091fc01a82d97dc11e2fb 0.22 MB 387 67
269,919 269,919 0000000000000008614530e2048e353e424e6d6c5ca51922f1f64044735c3e09 0.04 MB 97 69
269,918 269,918 0000000000000000ac3ddb0037b0eee15953ecc09176c1934293b63cb46ab236 0.01 MB 10 33
269,917 269,917 0000000000000005634ca67c02378b2946ee88a61e716af15de10ed5c2cc8bae 0.03 MB 69 22
269,916 269,916 00000000000000066d23885d5c985b346ef07740b60960a1980e6e6eb2056e2a 0.03 MB 95 184
269,915 269,915 00000000000000064c9a9c7468090d3b70057d6916c38222a6c3b28bfba9f5db 0.20 MB 464 84
269,914 269,914 0000000000000005dcdfdea32a3e2d2d175ec4b63177960e52a485c4286034a6 0.13 MB 257 50
269,913 269,913 000000000000000498545e2b22ba69042ea5c16939c0779630d7611f88995669 0.12 MB 382 62
269,912 269,912 00000000000000044877105fadb5057b680e4c9611934ce0120ce064941819d2 0.13 MB 309 76
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.28 GB sent, 93.33 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.