Memory Pool Memory Pool Refreshing

3,761 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,543 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (78,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,917 828,917 000000000000000000015e4b94204e3ccdcfcd64af3ca3454f06ff084b2e0897 2.37 MB 2,705 72
828,916 828,916 00000000000000000000b1bcc5db7e0cd2514a1f81cfd6cea7c525df0843c46d 2.03 MB 2,859 80
828,915 828,915 00000000000000000000c56c92e7a2144c38552b3925328641443053813ac1ee 2.40 MB 3,386 76
828,914 828,914 000000000000000000032c030ca901fb780cf16cbdf4cd198bead5213e66ea8a 2.31 MB 2,795 142
828,913 828,913 000000000000000000001c720d4d5667fa1d35c012281fc94421f3d7af5895bb 2.38 MB 3,396 152
828,912 828,912 0000000000000000000260d1cb14883674b6cb938c4bacafbf8ce5a0b3eef324 2.25 MB 3,320 208
828,911 828,911 000000000000000000006ebd0a36bcc28bdebd69c1564b542cbdbb8ab27dff9e 2.56 MB 3,221 291
828,910 828,910 0000000000000000000088425552336fd3e586dda17cd6b9d978a9087e1a51b9 2.61 MB 3,364 387
828,909 828,909 000000000000000000002a76f0c978089b6e6626150dbc61d8f3506976ac0cfe 2.54 MB 3,132 551
828,908 828,908 00000000000000000000110c25a12a091c0ba93032f7d9f1d160a354d8f12bb9 1.75 MB 4,678 117
828,907 828,907 000000000000000000004f0d7c0e76a19081a3c204250e87db38821286576aa6 1.03 MB 341 26
828,906 828,906 00000000000000000000802c7533f969f5489fb66c8abb329edceaeaef81175d 1.53 MB 725 24
828,905 828,905 0000000000000000000171c12747476708de7891d2b2e796845c3904185b0b7b 1.54 MB 2,877 53
828,904 828,904 0000000000000000000167b51d5bd47e647dbbdc0abff1eff19f35145fe51a30 1.68 MB 3,382 88
828,903 828,903 00000000000000000002add37209415d088af98384e13e596a177d182eb0f06c 1.77 MB 3,069 58
828,902 828,902 0000000000000000000224cfa0ea5e6ddeec75d71983ec800eb12ca07fcd47f8 1.40 MB 1,308 48
828,901 828,901 00000000000000000003a99666042907965571bdded17320b6adaf0b051b2fd4 1.59 MB 1,292 33
828,900 828,900 00000000000000000001d5d741c7d1f9a4db79f633749cd5c07b6129bed69f78 1.73 MB 2,989 69
828,899 828,899 00000000000000000000f7cf72343c519aece26af94be6f11918e7eb2704e099 1.69 MB 2,270 40
828,898 828,898 0000000000000000000386f82892fb364f2035a67d985202c2d97c9a46e8ec02 1.71 MB 2,605 66
828,897 828,897 0000000000000000000223b27c50a8703a6781b48b1e48aec21645159c3f93a2 2.02 MB 3,068 61
Previous 10 blocks ↓
Total Size: 769.05 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.28 GB sent, 93.11 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.