Memory Pool Memory Pool Refreshing

4,906 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,979 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (573,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,202 334,202 00000000000000000ed189b152da181cd522b5136eb148fa3ac8993da6b8f293 0.75 MB 1,117 23
334,201 334,201 00000000000000000a4bd85ad299c3bf00ee1e4edb51bd1755e908a469669109 1.00 MB 1,721 25
334,200 334,200 0000000000000000013c0901a261493cbcbd6e4417c5561abf5f7afeb9668911 0.75 MB 1,177 22
334,199 334,199 000000000000000008b599ee6753fa09397f1402cf83df5033db9a13b4356363 0.24 MB 686 34
334,198 334,198 000000000000000019c2c17ceae5a24b228d8d772220e34ea00020f8b47751cf 0.20 MB 331 21
334,197 334,197 000000000000000017b86c606343b274b0f9642625ad4c2b9a338f138e1f83dd 0.00 MB 1 0
334,196 334,196 000000000000000000857aa1770432d340664b568d1c1e3ed6177e37eed1b283 0.63 MB 1,065 24
334,195 334,195 00000000000000000d78c94a9a9eb5fa82f9f31cc8d4ac953aaef75dfd623a1f 0.02 MB 64 56
334,194 334,194 0000000000000000012cc747f17cf1638401b1135862ae63bf43f333a7c20b12 0.20 MB 375 24
334,193 334,193 00000000000000000b772ca7589fac1e26e62d78ee564fa4c7c40e1f3840d759 0.40 MB 465 10
334,192 334,192 000000000000000001c5d21fb06f9f6dde8391cff36c22ffdab15017841d908c 0.50 MB 1,180 27
334,191 334,191 000000000000000017e9d86f041260a9064ed493a7e9fa9a7e4f697f61586ebd 0.00 MB 1 0
334,190 334,190 00000000000000000a46f406a20ab667a0b0f2aba76ed4ce28cf8a78cccb241d 0.19 MB 444 29
334,189 334,189 00000000000000000c97a9da5082ef75bd7667c9e86e6dcf2f115b35b7601b9c 0.48 MB 801 28
334,188 334,188 000000000000000016698add941cfcc25697b01924b470f99c2f591b5c9648e6 0.04 MB 73 12
334,187 334,187 000000000000000001e8c632dbb4f5d0bb0d0d26b2430c8bcc3d8bdc64e189c3 0.16 MB 235 18
334,186 334,186 000000000000000013dd2dd8428f44055d9e1cc379b2b57c5f1ac1bdeb4d4ab5 0.14 MB 212 19
334,185 334,185 00000000000000000f0c175f4ec14702bc173efaf5ca37d312a4bd32486e5ce1 0.55 MB 1,043 25
334,184 334,184 000000000000000007837d1ab55824cc7d801cc642cc5b35c53c7627d94807c4 0.44 MB 696 23
334,183 334,183 00000000000000000cb634f6dc0aa0cb77349d1010be04846767a598625ca17c 0.19 MB 375 21
334,182 334,182 00000000000000001afda0a9ecc2bb689c6253e1e46fa68d688775bbecb75903 0.60 MB 808 18
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.