Memory Pool Memory Pool Refreshing

7,842 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,864 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (280,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
627,253 627,253 00000000000000000008d08e7664970ab3f5f59dff52f7e83915b8b66dbd3aa3 1.17 MB 1,570 9
627,252 627,252 00000000000000000006006b72bb111ea3c1ffb232a97b8cb86a83140732f16a 1.26 MB 2,359 23
627,251 627,251 000000000000000000070ab39c953fd599b27da2c171476d2b2e8533484130bd 1.20 MB 2,103 17
627,250 627,250 000000000000000000046947f2d9cb30fefe0167cb82b16dab3d275c97a829ce 1.44 MB 2,064 26
627,249 627,249 00000000000000000004b313e86e6257edf1b56d53502dc61fbd1cfcea382d26 1.40 MB 1,158 8
627,248 627,248 0000000000000000000fc9e805dd55a919a4388319f93b69abdbfae19e3e2dd5 1.22 MB 2,119 33
627,247 627,247 0000000000000000000a6cc76ef8ec0c3f4600fe1be9b45e388bcd18edefea2f 1.16 MB 1,942 11
627,246 627,246 000000000000000000033a92d0f57ca46ba0f0ccc5ed7f199d08066512d9a99c 1.18 MB 1,159 27
627,245 627,245 00000000000000000010387ada704f5cb1572246ff891e4c6760f5f44355adcd 1.22 MB 2,142 13
627,244 627,244 0000000000000000000e7dcf275b537f2642fe944d23f1c19d545f3c7b2ab79b 1.20 MB 2,958 19
627,243 627,243 0000000000000000000265484f4fbb59f94fe5f1f40e77c26285e4b837ae4049 1.21 MB 2,255 19
627,242 627,242 00000000000000000003c65607b2f3e93211402bfefe36e7ea7c67e25480afc6 1.34 MB 2,357 26
627,241 627,241 00000000000000000006458f3f7b13bea9f6aa95bbf182786027238d3dc65373 1.31 MB 2,280 16
627,240 627,240 000000000000000000028abd87137b0e3e19aeb86e9a2ea1a474755ebac83dcc 1.12 MB 1,291 24
627,239 627,239 00000000000000000005dcad9a2816539f4a7feb10c892c2e2741d91d2eb0e3b 1.26 MB 1,970 33
627,238 627,238 00000000000000000004721605959ff0c3bb550bb5d782028e407fa9d0d40f33 1.10 MB 770 21
627,237 627,237 0000000000000000000e1c4961e58d3a66ebeb642f984000a9be931c5f551aa4 1.32 MB 2,515 33
627,236 627,236 0000000000000000000e2cf6fa4612d6b4e79620c9dc1c5df0eaa3662325a8b2 1.24 MB 1,511 31
627,235 627,235 00000000000000000006c243ae2fc0dd8ffd4fad2b4a56272768c1d72abca01f 1.24 MB 2,701 16
627,234 627,234 0000000000000000001017d6a13bca4be3f989eb04aa6d300e4cec92d421717e 1.12 MB 2,171 12
627,233 627,233 00000000000000000009332c853b684f77c637a6783fe1822d31b9c9cfc54421 1.17 MB 2,917 20
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.