Memory Pool Memory Pool Refreshing

3,545 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
903,616 0000000000000000000268160000000000000000000000000000000000000000 1.00 vMB 2,847 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,615 (448,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
455,097 455,097 0000000000000000012bff77b984f0c27b808c3aa153d0e514ac3bd75d938684 1.00 MB 1,914 155
455,096 455,096 0000000000000000018a6ff6c758e9ae18f0a0e77d0e4adb72c1157e4573db0a 1.00 MB 956 122
455,095 455,095 0000000000000000020f40bad7803134b6de285c9cf13de8c6b968e93a85425b 1.00 MB 2,215 144
455,094 455,094 00000000000000000071ea191b88ad96e77d4d221ae7bb3714c11d4c058b879f 1.00 MB 1,439 122
455,093 455,093 00000000000000000093f4196e9e5a0b4797402f6529c473ebe5108aa1a5c822 1.00 MB 2,030 120
455,092 455,092 0000000000000000013f3f59c7051907d13320547c6ff432ff1cde46412cba9e 1.00 MB 2,010 123
455,091 455,091 000000000000000001f0d2bb3f05a1ed5ea55bce5a9c83c20f4bc45cbb090072 1.00 MB 1,931 164
455,090 455,090 000000000000000000a9e3132629421f8c426df57a76e4c56f4b004527dc3976 1.00 MB 2,340 146
455,089 455,089 0000000000000000007c41aa6b5b5a8e4175502dc7f837a73f5ab90a2002e7fe 1.00 MB 2,050 167
455,088 455,088 000000000000000000025b6eb04d058d3847cd95de2fb3bf7302b1160ae18fd6 1.00 MB 1,678 146
455,087 455,087 000000000000000001875b46db296e86703f94c90ad97597e1c039d67220df5d 1.00 MB 1,619 136
455,086 455,086 0000000000000000000a8690d9f9476674bd8e10e3c846e10b17910709068de1 1.00 MB 1,858 143
455,085 455,085 00000000000000000104443d4e52fb6293de7e1f92721fe95a01e7cf7fdc40f7 1.00 MB 1,972 148
455,084 455,084 000000000000000000ec1126c209a76027b8a3eae50a9feb68801b97fae0dc8a 1.00 MB 1,719 128
455,083 455,083 000000000000000000d12de97ba2025b2967393500538e4e7d50453410bbc148 0.37 MB 1,146 124
455,082 455,082 00000000000000000041e693e3578ef0d8a688894fc4c681512472b043d0c1fd 1.00 MB 1,848 150
455,081 455,081 00000000000000000058eaca51f02d16a6de0bed06948477427d84934f5330cb 1.00 MB 2,066 161
455,080 455,080 000000000000000002778bbcc26f109fbe02f7bc80ee745bdff53f1ba2bb8e01 1.00 MB 2,080 140
455,079 455,079 0000000000000000025d2111093189709c61c4846e3736f225fc2e9d5239d2c1 1.00 MB 2,914 147
455,078 455,078 000000000000000000d7edc38702c91f85f0cd4a31cffc7109c7e90ef60dad89 1.00 MB 3,063 149
455,077 455,077 000000000000000001592e58862af900e468292aa27fb6642e709f48930b6f0b 1.00 MB 3,352 128
Previous 10 blocks ↓
Total Size: 761.95 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: 944.10 GB sent, 55.48 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.