Memory Pool Memory Pool Refreshing

12,224 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (571,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,076 336,076 00000000000000000ccabeecd2988619a23cccda0d8feeea86a570694eb84048 0.50 MB 941 42
336,075 336,075 00000000000000000ad94292ec6b553515e1fb88086a82700ee175bfa73242d5 0.08 MB 118 30
336,074 336,074 0000000000000000053ce137a4425294fe1139b99b1516544ab74045dd03a5c8 0.22 MB 446 36
336,073 336,073 000000000000000018ea29d55b9bfe24bf6d4272d135b2adb74a26a9b0361fdf 0.24 MB 451 37
336,072 336,072 00000000000000000ee7d6e85343d91a94c4d5c9662c27b7ee7bc938fe638ddf 0.70 MB 1,246 41
336,071 336,071 0000000000000000129139bf71dc335c19dc09ef6b7e658b5e04fc1fe6574192 0.12 MB 205 25
336,070 336,070 0000000000000000072f174de15eaedfa62f31297c0eaf26d8d58810afdd6fd2 0.29 MB 528 46
336,069 336,069 000000000000000018c68d525706c25c4864b4cea6ea7fb8d8ec6437c90f3f3a 0.39 MB 798 26
336,068 336,068 00000000000000001a6d32b70d7b80f813d12279fa6df111514ccdd1d16ea608 0.02 MB 52 33
336,067 336,067 00000000000000001ad02a0bcc6296e29715a13a993dbfabde7d454380efc8d2 0.23 MB 442 28
336,066 336,066 000000000000000018f2b55e3c865ec6e5421a0f1886af99875f343342a81026 0.07 MB 141 25
336,065 336,065 00000000000000000daca07a0bfc8c82907987c208094c1e097ac085b1f579cb 0.11 MB 240 27
336,064 336,064 000000000000000009e6bf333267166b770ebcfc58fa6a7377e9d7f7f64c455a 0.27 MB 177 10
336,063 336,063 00000000000000000e32dd1fe947a1f25a77afeaa7e4d628ff7499398c1b5c20 0.75 MB 1,691 32
336,062 336,062 00000000000000000acb3636822da794fc0c27ffc34347a4197dbb118e1af934 0.06 MB 128 189
336,061 336,061 000000000000000010eb4034de0497893e9724beaa8ab4e42b2aca2274069ce0 0.10 MB 176 31
336,060 336,060 00000000000000001956106d0b80e1e80cee7304ca88bee84a1ffbcd5d5d33c5 0.21 MB 428 38
336,059 336,059 00000000000000001ae503a4581ca5d5e087592ee60e5c0891d03725264d2dab 0.16 MB 341 33
336,058 336,058 000000000000000009b8d4e72dd608e66afecbe7ed72b3872830f355f9758e66 0.55 MB 1,032 32
336,057 336,057 00000000000000000f92da9bc1e3b85cc1dabc11640000812dc5d21e61ad4d47 0.10 MB 196 43
336,056 336,056 000000000000000015bb764b7e751156b1e59750dc81a44a0a704dca7c0f4ca0 0.28 MB 591 69
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.14 GB sent, 92.93 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.