Memory Pool Memory Pool Refreshing

8,336 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,292 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (249,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
657,844 657,844 000000000000000000012b15944418c6e306b09cac23d834d7d453f718774a12 1.39 MB 1,892 80
657,843 657,843 0000000000000000000834401658aec60e9cf1e729494a52fa9773d1078cb094 1.17 MB 2,494 29
657,842 657,842 0000000000000000000789f22e7ad622bc681ac650cb1e66cd202fd65c2b70b8 1.33 MB 2,802 80
657,841 657,841 0000000000000000000a8e7fe3d00a24af780bcf738eb443599310f528504c5a 1.21 MB 2,348 35
657,840 657,840 0000000000000000000ab8838806e625d6cdc6ec5457e5128dd5eff7fe96aedf 1.22 MB 1,644 92
657,839 657,839 00000000000000000008511870d201f999f4e65b3f5f30986eba9e5ab2b403b5 1.34 MB 2,225 25
657,838 657,838 000000000000000000024d75311df0c231f61e31d36b4846e27429a09b4fc411 1.22 MB 2,235 42
657,837 657,837 00000000000000000001740779e468b24aa80aca4126afc4a79108c667493921 1.18 MB 2,702 52
657,836 657,836 00000000000000000009332541625744d02b2a30bbd8a8d062834ee52ae3a722 1.19 MB 2,666 51
657,835 657,835 0000000000000000000c8a92ac99d7fd3adb875af7f9f644fdaedb540a92dc58 1.31 MB 2,661 63
657,834 657,834 0000000000000000000fef2f47addd8876db9f95d2ea71404c4535ede471a529 1.38 MB 2,131 85
657,833 657,833 000000000000000000033a7408db3a22a2700e4499f3b52b399e905597c35c0f 1.25 MB 2,385 52
657,832 657,832 00000000000000000005a2f1738de546624393868df1a17aa8d0ce54578cfe3f 1.19 MB 2,493 35
657,831 657,831 0000000000000000000b6e13b4b5485a9ffb2f913eb22629c2828c6c3874004f 1.16 MB 3,068 44
657,830 657,830 000000000000000000054f84c09e8ed9b71f3af98dc96ff82f72307c61584538 1.40 MB 2,597 68
657,829 657,829 000000000000000000033cbf0699e97ef497b5ce8c518087c307fdbac09e0f0a 1.22 MB 1,655 71
657,828 657,828 00000000000000000003a77eca45dc8d0b64aefaac63214d61df4e329892f221 1.38 MB 1,890 97
657,827 657,827 0000000000000000000e20036d9596b0408a2062a0e4d06733853be33cb1face 1.31 MB 2,811 75
657,826 657,826 0000000000000000000a692d58fe8d646b2d763ff2da04b41b51c969691e503d 1.40 MB 2,291 139
657,825 657,825 00000000000000000004cc83f30ddba9fe89847a1690137ad1fbeb507813a395 1.25 MB 2,001 68
657,824 657,824 00000000000000000002d7417fd0dbaeaf455ff16b11aeb8627895a8027946b1 1.17 MB 1,621 57
Previous 10 blocks ↓
Total Size: 769.04 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,627.10 GB sent, 93.10 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.