Memory Pool Memory Pool Refreshing

51,295 transactions
26.59 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,908 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,682 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,907 (64,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,114 797,114 000000000000000000008a41fd484d1236081bda6ef8691bcf2c091c3eb53ce7 1.39 MB 1,409 15
797,113 797,113 00000000000000000003a4c4d8270f8d9eca216ca2e2c5bf88a006f09e9aeaab 1.58 MB 3,096 24
797,112 797,112 0000000000000000000465e8e8d19669aadf91568f4072dbdf9061f54d0a1a61 1.16 MB 1,267 21
797,111 797,111 000000000000000000001d57d05b873e9f251fc9cd9ef27eac12353408e4a08e 1.61 MB 2,849 21
797,110 797,110 00000000000000000001bb91ad23ecd2f299ed7370015e8ceb0a0bb9735700b8 1.82 MB 2,606 17
797,109 797,109 00000000000000000000d5099b72ff43064ae86d30379c4200a6d4dce4176a3f 1.76 MB 741 9
797,108 797,108 0000000000000000000168f162729102a67f3b972fa53ab399726d410ea35cca 1.84 MB 1,585 14
797,107 797,107 0000000000000000000128bad10bfd1afe8d1ed7de37f93d203d1dd2d54e8f28 1.81 MB 2,430 17
797,106 797,106 00000000000000000000c88ac400787437dea771efafdb7dd872c276ebf16e96 2.05 MB 830 10
797,105 797,105 00000000000000000002d76963955f06692539ae637919b65d487af2839137b6 0.00 MB 1 0
797,104 797,104 0000000000000000000575a52b704a2f14ff5126f95e928c6b50333f83a19731 1.65 MB 2,718 21
797,103 797,103 0000000000000000000014e80f30c6e606edcee19e1918e9c291ea9c9c6da26d 1.56 MB 3,320 10
797,102 797,102 00000000000000000001e15376359eebac07fe5834d03a2efd0952c44362c30f 1.67 MB 2,035 14
797,101 797,101 000000000000000000037a8a7e3da77b0dd1097680c42ddf53b8f9daa3940eee 1.35 MB 2,089 21
797,100 797,100 00000000000000000001289c2f27c968c936e15a2ae1fa09a981bb180faafa3d 1.49 MB 2,939 28
797,099 797,099 0000000000000000000206dbcfb1febb0f4162acabfda37b04b619af1c095703 1.85 MB 1,651 7
797,098 797,098 000000000000000000033add3343daaae1b6fd376d410a563a68fd6d278cf5ec 1.83 MB 2,125 8
797,097 797,097 000000000000000000051afbaef99637efdb6a894248c40fb42bde4bd57e7c42 1.63 MB 2,220 17
797,096 797,096 000000000000000000040795aa0fa140b9af40119a26e7fa290863c302939d93 1.54 MB 2,902 20
797,095 797,095 000000000000000000016c9c6dc3c3f394faf0b6599e36ab746c92b510e23a34 1.88 MB 4,469 12
797,094 797,094 0000000000000000000406a77b566ec94ba75a486f116cafd319231cea76c00b 2.34 MB 2,493 7
Previous 10 blocks ↓
Total Size: 683.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,305.16 GB sent, 98.28 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.