Memory Pool Memory Pool Refreshing

7,986 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,915 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (585,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,103 322,103 00000000000000000a63cb16c7debdae2e1f77f81c6408ff1d38b94f08f17d5d 0.30 MB 479 26
322,102 322,102 00000000000000000d73b1b2b22925ba601eb35ac484e792bc869b29542c22af 0.02 MB 41 21
322,101 322,101 000000000000000007021e69a1a7ac82019dc689206b40d6743ce2740ce7e5dc 0.04 MB 88 29
322,100 322,100 0000000000000000225a9d8d4408981cca28e583614742465c20741628d6ac99 0.32 MB 643 30
322,099 322,099 0000000000000000104c3bba6721706096cfb9137cb2729e24ea1f07090d446b 0.05 MB 27 11
322,098 322,098 0000000000000000084bbc59376abf79de44ab5dcd41a49ce239349e7ea04545 0.72 MB 840 22
322,097 322,097 0000000000000000029916d0187db9de39a1c2e7bc1089e01b68ef8f09fa9d47 0.14 MB 198 23
322,096 322,096 00000000000000001ce1dfc688407f7151ab1ed72e19a101a609a144c8e384da 0.05 MB 67 44
322,095 322,095 0000000000000000117256a0393525bfd0e1f91c3d0c23eb6cd06da016a02423 0.23 MB 474 27
322,094 322,094 00000000000000000ce67d8e87313c51c38f3927bf13fe9b8d7ce9e026cba3dd 0.04 MB 64 36
322,093 322,093 000000000000000006ad2c4faf52eea6e79c59a0b980c57d18959ed631b789ce 0.19 MB 335 28
322,092 322,092 00000000000000001c96fd94dbd394f14e66a88a9dfe6ea2d5bad301fc242684 0.16 MB 257 28
322,091 322,091 00000000000000001fea97b6f18cd5521a34a3f85fe6652af7abc88b85c0e976 0.08 MB 134 28
322,090 322,090 0000000000000000198e031d94159ce63b86ac3db35c97e60b53206bf52571aa 0.03 MB 52 23
322,089 322,089 00000000000000001fc9fb143843d02ce882a40b2d5e6b44902a38094084b5dd 0.22 MB 262 24
322,088 322,088 000000000000000013924e7bfd6ca0bfbe04d70e516404f1bca72019ddef5020 0.00 MB 1 0
322,087 322,087 00000000000000000d9f8ea50c9a235942534626899e004c8afeef9e066004f6 0.10 MB 201 28
322,086 322,086 000000000000000004c3d5a92484749b5edacfb3a22ef16aaa80cd47331f1950 0.01 MB 28 25
322,085 322,085 000000000000000003aa3dded57d914088d86706302c375fa0688eccfa2909c1 0.07 MB 123 16
322,084 322,084 0000000000000000204a7a9a19d22836478663279a028c7dd82943b5ef0056bc 0.55 MB 901 24
322,083 322,083 00000000000000001b02953d79004a6e9da88fd4fe8e76ca7c58d69eb85f8ad9 0.03 MB 64 43
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.