Memory Pool Memory Pool Refreshing

1,572 transactions
25.10 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (907,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,149 1,149 000000007e27fe423979067dfffce661e38264081a8b1d56bcf8d60759fdeacb 0.00 MB 1 0
1,148 1,148 00000000daacbdc1415b33e4f2ea96c8ef99cb518bd234b34a2b28f5d9362a42 0.00 MB 1 0
1,147 1,147 000000006490882d27c8666a6b72b4955d96e1664ff68de4631220e53c390238 0.00 MB 1 0
1,146 1,146 00000000d464ed4937d46a928f991fb80a807b8a7fd3ac641d7db2edda27d197 0.00 MB 1 0
1,145 1,145 0000000077e87b894506363f643f8cba6ea01438107e8925042c357b4f0a6c62 0.00 MB 1 0
1,144 1,144 0000000031002d56e1c4676ae7999e8e0968708225bb1063c6a738f882f4498d 0.00 MB 1 0
1,143 1,143 000000007f36e13704298d9d7075ff829d969f0c4a1cadb46e85542760737573 0.00 MB 1 0
1,142 1,142 00000000c7550934ff7d02cdddff93a3ba0904c828d13bae6d844abbb55969e7 0.00 MB 1 0
1,141 1,141 00000000f306301a73aff3ba71b650691d766d1bf6856c36c398724ce26521d7 0.00 MB 1 0
1,140 1,140 000000000b6a9423f7bf2221f209b72870a5b15d9bafcc5158e9a04678ed5062 0.00 MB 1 0
1,139 1,139 000000008a37ae701edf7e30c135accecf834ded9347b7126519c27925fd80a9 0.00 MB 1 0
1,138 1,138 00000000741be2ff27c475aef18342f43fb5e59eff3e23552328ca190a0ab195 0.00 MB 1 0
1,137 1,137 00000000c50214402a9094be3272ef2eace3fa12f4c9252a7f3d79823ec43be6 0.00 MB 1 0
1,136 1,136 0000000011a8d75d307e0f79fc31df7299b575c0e5134765a4bb394bbd015050 0.00 MB 1 0
1,135 1,135 000000002a9d85363e7921b7988a2a9b912df882d0487dc6357a832f6180fb0e 0.00 MB 1 0
1,134 1,134 00000000f209d861eca97e4cf1f10d13698459f7b08be9281b207b97a804f0c9 0.00 MB 1 0
1,133 1,133 00000000f29e00214e99c5dbabee71a1033b577a27143248bdfff08adc3644f3 0.00 MB 1 0
1,132 1,132 00000000d02f8a6f352ba7a55b6ba9d32a346eaca6ecfd8d14534d7a2399bf08 0.00 MB 1 0
1,131 1,131 00000000b7760d4446a926b260bdb7adbde19f6aeb2ac84a460d52ed791034f8 0.00 MB 1 0
1,130 1,130 000000001785e36e4037082e8b803f5fe274eaa161f9c96c41da5af4b44e1fa0 0.00 MB 1 0
1,129 1,129 0000000009270ffb79c779eae921c1741ff849732435421b215502e6d25b09d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.91 GB sent, 98.58 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.