Memory Pool Memory Pool Refreshing

2,472 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 2,430 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (651,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,065 256,065 000000000000002c106f803650a3f39961bb17d4da72e633d8dd470b2b834a0a 0.16 MB 393 133
256,064 256,064 000000000000002217950f22b11d8c3f6c957b29a764173c7a7562036f2aa17b 0.22 MB 604 115
256,063 256,063 00000000000000301e8c933c94b0e9866e6264978014e657064acac1c6c34cbd 0.19 MB 481 103
256,062 256,062 000000000000001444fc024eac3cd56c95eed44336add2e51a3a5cdf6f72eecb 0.15 MB 217 59
256,061 256,061 00000000000000196ae13bebea7ef1ee11c8d7973360b38bf94211094090f8e5 0.01 MB 27 57
256,060 256,060 000000000000002c41f0b3553a166ed6f0c587c9060c674f1ca88f52f97ebf9d 0.05 MB 111 58
256,059 256,059 0000000000000003b75ef6e51860e17bf0b413505b7e2b1b29b35bf84270d88c 0.10 MB 272 92
256,058 256,058 0000000000000013cefe9cc8e3d73ed1116aea3ff98ddcd2c48f2609721539c4 0.17 MB 413 107
256,057 256,057 000000000000001c83bf1a229b507226626a93c1dcfd3fc168d6b60f9ca05540 0.07 MB 168 67
256,056 256,056 0000000000000011e14ef68bc1308204761a41d50325018c147edf22bab3b260 0.27 MB 538 71
256,055 256,055 000000000000000514258ea92181457ae6041efb221aa47811afb5c89ecdc2a7 0.25 MB 725 183
256,054 256,054 000000000000003124cd1241a51bc3eafe891429a37d15854d2509ec7f406c0c 0.17 MB 410 104
256,053 256,053 0000000000000024695281aa7f42d8559c0838afa6233126a9a7c4b84b3ca615 0.09 MB 151 56
256,052 256,052 00000000000000295daf247f4971e61b407297f43d5ffb88cd6ab826c252118f 0.25 MB 377 101
256,051 256,051 0000000000000030414a3f926e4a599f6ae6b31d494389908396bfd6353a312a 0.09 MB 205 116
256,050 256,050 0000000000000030fa9c8fcc0a47c1fb4746cfe33bd899ed611f18b46ae6d3d3 0.20 MB 431 116
256,049 256,049 0000000000000019a29ebf81c135b1d2479930537d23cd572a6447f854d05874 0.07 MB 131 71
256,048 256,048 000000000000000b8789921d2ddedea706a3766793f771b5509096388ca5d0dd 0.07 MB 139 76
256,047 256,047 00000000000000010662383e2ea826ef41a7cad849ff5a6ef8be4937feea3999 0.49 MB 948 101
256,046 256,046 0000000000000006e8424dfaff4ea5f3774110353008c6a0ef1e50b8b11c2bd9 0.01 MB 13 15
256,045 256,045 0000000000000027088907979f937e8d86a3907e4927f256e6181c96d44636d9 0.22 MB 444 105
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.03 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.