Memory Pool Memory Pool Refreshing

8,646 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,485 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (382,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
525,397 525,397 000000000000000000004ddd5cee83f64d5b260961b341fea2baf100fd622cea 1.14 MB 1,953 19
525,396 525,396 000000000000000000326888aa3391d545ed4fe242f548b6c960cb0452823ad6 0.05 MB 113 164
525,395 525,395 00000000000000000036fadbab68a9dedd226a5065d0230aab8215e56e045007 1.30 MB 1,782 20
525,394 525,394 0000000000000000001c98b99c534f809a3cd119e7f136d21fe6dfaa102d0bcc 0.15 MB 291 27
525,393 525,393 0000000000000000003e79904d36df6f6c6835efbc5ea5ea5a8b7f421b19c219 0.48 MB 1,046 5
525,392 525,392 0000000000000000000c543a8221f7017942b99cfa03056f685fcbf20ed01ab0 0.46 MB 677 39
525,391 525,391 000000000000000000032bcc145aefc5026d2cb2cc898cd8b143fffe00f952b8 0.43 MB 922 26
525,390 525,390 0000000000000000000f41be4dc2be1e788249beb3553d8d981340317f65a900 0.18 MB 324 32
525,389 525,389 00000000000000000007eea8a0a693240a687e5745c9ebc4742975dcaa5ffb63 0.07 MB 144 43
525,388 525,388 0000000000000000002bfe95d8790266b09c23d15fd148e41ac9c7bb610cdc80 0.79 MB 1,465 22
525,387 525,387 00000000000000000025c6f0883f659b1a35686c896cbce6630f21987babc706 1.14 MB 2,071 26
525,386 525,386 0000000000000000000dcb77aaeaf54f50216a06dd321b8cf1cd39b8e66d4ac4 0.15 MB 379 27
525,385 525,385 0000000000000000002d4fc48ee135cea040638bbbce0bdee6c3618fbf724cb9 0.18 MB 378 29
525,384 525,384 00000000000000000040bd3f7142acf57913b48d53903a3a4c4c9df6b36fcf34 0.52 MB 832 20
525,383 525,383 0000000000000000003d265a60392aaf414504d386a3bac1a7926607e8b57cce 0.76 MB 1,541 23
525,382 525,382 000000000000000000327425c20590914d02ec2769eb2f25562d9e407d189c42 0.59 MB 1,125 22
525,381 525,381 00000000000000000035ec541b3218eaa32426dd1adabfc083b927f8bf3c17f3 1.15 MB 2,180 6
525,380 525,380 00000000000000000027c72a49ba8220b54afd9b106f80a3bb8022cd5ed7a4c3 0.80 MB 1,608 43
525,379 525,379 00000000000000000014d44164485480866a7cccf11fdec6656ed14651051c8a 0.62 MB 1,232 21
525,378 525,378 0000000000000000003904dcc047974f3b06c526e2a2e39a6dad33c50c463ccd 0.25 MB 331 15
525,377 525,377 00000000000000000030c311625877ff8c52ccb8729f212a5205fba721c6b8ea 0.74 MB 1,547 22
Previous 10 blocks ↓
Total Size: 769.03 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,625.17 GB sent, 93.02 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.