Memory Pool Memory Pool Refreshing

5,456 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,429 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (794,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,564 113,564 00000000000014650440a8c4c8fac026aa9e50de38e11d87b1edad13dc7de341 0.01 MB 34 1,229
113,563 113,563 00000000000009308a3f5a04b1af98300056ebed00bd417353b3fd8880a3ed5b 0.00 MB 14 230
113,562 113,562 0000000000008c8e3de026ccf6b49ac4366a49062a1a03099a1f433447b03a18 0.00 MB 2 3,928
113,561 113,561 00000000000049ce973dab8bf1d43aa4ee6c8e356bc9dec82e0edf89197b9bd2 0.00 MB 8 0
113,560 113,560 0000000000004473016f1be22d0579764ddc7fc418f47bee00182a9c26f77ff2 0.01 MB 19 1,621
113,559 113,559 0000000000009804d0dce4026041112407647a507d4c43de23ee93cac0bfd410 0.02 MB 33 321
113,558 113,558 0000000000003254e0623d71f06f2ad878bf932ec2c0482f26d5ae87e0011986 0.00 MB 11 0
113,557 113,557 0000000000007acd10c79b25d603851e8a00213db57363f37c9d770d5e1d943c 0.01 MB 10 165
113,556 113,556 00000000000078bb869d36305b3c65758a8459ab81bc04e749b3540e50477acd 0.01 MB 46 834
113,555 113,555 0000000000003b3330bfcf49346d5bffb57bfdd07409dcefaca3605494c091ab 0.01 MB 23 0
113,554 113,554 000000000000c701b62dcd620e43560072d6968cc4dd53c01e16c21299efc56e 0.00 MB 10 347
113,553 113,553 000000000000d58c60fdbda9693e8d24c32ba0d57b833202b9c6be265dfbda4e 0.00 MB 1 0
113,552 113,552 0000000000007062d918fc6d36970a45387d6c4d6a77e21724e84793d1dd567d 0.00 MB 8 0
113,551 113,551 000000000000ad8d0a28f609b3ea556573c81459003890c531c49bc533c12182 0.00 MB 8 260
113,550 113,550 000000000000c2c2bb61ae586e8aeba6ffed712e20c81725818f3d27795a9d14 0.00 MB 12 341
113,549 113,549 00000000000077fd1b21484cd6aa176b9eede64c967297d435025f87f790a4b8 0.00 MB 14 0
113,548 113,548 00000000000067243fd2a754dd46b1af847072602fb3a7e50c0d0bcc14c20010 0.00 MB 7 1,369
113,547 113,547 0000000000009bc60700b99c8b8bd0a498e1921cd860f49a18c8273ed2d1d00f 0.00 MB 1 0
113,546 113,546 0000000000001ad6c1962c9baa7354fae3d325f524f747ac2c8099bc584362b8 0.00 MB 14 0
113,545 113,545 000000000000a6726562337b230be5429634aadfe869adb793b9b3f702b8d219 0.00 MB 13 0
113,544 113,544 000000000000b90dfa69eed57b7eb6fc9affb3ca68e542f529261e0ef4122c90 0.03 MB 118 139
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.