Memory Pool Memory Pool Refreshing

2,629 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,614 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (769,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,207 138,207 00000000000004f52639eda9f10d58a9a93aab390fb4e1dec89f9ec646356e2d 0.01 MB 19 85
138,206 138,206 0000000000000102c02751f97dce2e0a437019d23ff982d53e0a8841515308c1 0.01 MB 20 228
138,205 138,205 000000000000012f4e8909a64d435c452fda2925aa507863c42816b5d8834786 0.01 MB 24 185
138,204 138,204 000000000000050b5065f37b004272fba8ce4f793293d31f9123a6874b0122b3 0.03 MB 27 146
138,203 138,203 000000000000022bd25c439b05bffa1f205e39f23ea90ff3acaeff1eb3b4f2d5 0.05 MB 80 218
138,202 138,202 00000000000006a419e42345b6f75af8103ea78e6611d16b1d9756a9253798b0 0.05 MB 83 113
138,201 138,201 00000000000003d608443268a16f590a16f3f9941a67f70d2f5a7597e1eb98c4 0.00 MB 7 462
138,200 138,200 0000000000000471bece4a96ee78419d7e93e2a1efdac727917421a491361c27 0.03 MB 41 113
138,199 138,199 000000000000095d7326b78b6188858c83775cee4da0c98292eb5ca8d39e2446 0.02 MB 31 214
138,198 138,198 0000000000000942710ec4afcd1abfec0b67271d40a820cf5d77ceb790efe9ed 0.02 MB 35 246
138,197 138,197 000000000000029b60449822f06e19bb523b27992fc1ee3125f309e23a9dc5a3 0.02 MB 34 50
138,196 138,196 000000000000040a9f46b93b51636d2f9016e58bfac89096faca5807b77ff0a4 0.02 MB 88 2
138,195 138,195 00000000000009ac3a89b03893f6d86286793c0bb630a128f5586eddfb3948f9 0.00 MB 15 13
138,194 138,194 000000000000029bb15914c302e4b86af4009ab8c89009bd7ddfd5a88c8a0c9f 0.03 MB 71 116
138,193 138,193 0000000000000864e986482c80e94af3556545a28b5ff9e965a4cd82c3409727 0.03 MB 106 91
138,192 138,192 000000000000056df4ce27ab15cb9414400aef752fd045e319c880d950fc2f63 0.03 MB 58 195
138,191 138,191 000000000000057e9a820bdef994bd8e3d238586f59d95b81a76fdd547248ca1 0.05 MB 111 138
138,190 138,190 00000000000002a54f824e1d685f2b45f31212ed383e1aa4a105e8b834651e4a 0.03 MB 66 435
138,189 138,189 000000000000062a8e2b8d2e86f18e59ea4845bf0ae92d143b68b3ecee23c502 0.03 MB 70 83
138,188 138,188 00000000000003d511116bf854d798cc45531e7c55f9e91f84c01c63b78c6f5a 0.00 MB 9 826
138,187 138,187 00000000000004ec3d7cf3263f63beeb132d2dc099cda098b7694f9bc2d35083 0.01 MB 15 94
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.