Memory Pool Memory Pool Refreshing

4,307 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,936 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,935 (644,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,913 263,913 0000000000000014eca1826f8ea443b8553a7f90cb20b934bf169651a3df5d48 0.04 MB 108 93
263,912 263,912 0000000000000014bd168896e34b2c389498a800cd175459ced049003b7e2996 0.14 MB 316 114
263,911 263,911 000000000000000fed8148d09c79fe305e04fa0a450b21da74829e0c2615cc6f 0.00 MB 4 94
263,910 263,910 000000000000000192c8215e7db171d20b5c5c077b1cefb273eee501ecd3d3c1 0.10 MB 198 62
263,909 263,909 0000000000000002d0acb7686b485b553d72a2610e4b5d4b71af65b4a97b3b51 0.16 MB 356 114
263,908 263,908 0000000000000007cfe01444da04f12781ee407bf004a4dca5a024fe46119ec3 0.03 MB 67 90
263,907 263,907 000000000000001008911f43e164735ba8a2bf98f4e189a4de9b34eebb5f57f2 0.11 MB 262 84
263,906 263,906 0000000000000006bd9d434f913e224165d636b27863c8481db3b5c8fde15e62 0.15 MB 317 105
263,905 263,905 000000000000000c98638da51ed28d80a06ad2aeb3bde550bf96679da730acff 0.18 MB 381 101
263,904 263,904 0000000000000010aee4b1d0013f118ee5801ef8e0c5fbacfea447e41533da54 0.15 MB 351 125
263,903 263,903 0000000000000002faae6f3ce28738aa105f40bd32cdbf0b4f835de3d1dd3ac0 0.09 MB 208 94
263,902 263,902 00000000000000040eada331c1b1be96bd9869c913ad9b8b297600fe2e206af5 0.08 MB 155 78
263,901 263,901 000000000000000e85867daaa304465ef0cb1ddb1074d2d962e5fbe3bfea7bb7 0.10 MB 169 55
263,900 263,900 000000000000000cf2c364ad8cd0012088eefc6ea7d5143f21d72b58e96f79dc 0.02 MB 32 35
263,899 263,899 000000000000000ee0c04b03eec43d57ccfb133964627bf85982bd9971e5d679 0.05 MB 112 79
263,898 263,898 000000000000000717eaa279a0b0fb668fc62ec86d21aa258a7211be322e417e 0.03 MB 78 102
263,897 263,897 0000000000000005e4d610abdd7a3c0209d51e79f58a843e6667f121a3f51432 0.12 MB 295 113
263,896 263,896 000000000000000dd7a7da384745629145a45ea314c77271b2f689723f74d655 0.10 MB 228 81
263,895 263,895 0000000000000004c701612578da20d0510116fc1036c1d1bac333f8ef251333 0.05 MB 118 70
263,894 263,894 000000000000001686390b7aecf9582b912030c91584cddcaf3b278387a2528d 0.15 MB 329 115
263,893 263,893 000000000000000edc1271dce9d1ee3b29d865ccf912c2f0554d9fbd68c32fb4 0.32 MB 540 101
Previous 10 blocks ↓
Total Size: 769.42 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,645.34 GB sent, 95.07 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.