Memory Pool Memory Pool Refreshing

869 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 852 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (768,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,920 139,920 00000000000000edefb0d11222db1397bd7065b194138d04071b3afb1da5a8f3 0.02 MB 45 197
139,919 139,919 00000000000006de1735ac51cb5168d5d5edd1a7f86425a83eb66cdcb3550424 0.01 MB 19 422
139,918 139,918 000000000000013b0e0c6e3263a35a33093c9c7acfcf0c5bc5f98647d38d11e3 0.02 MB 40 226
139,917 139,917 00000000000000e3f69f1410b30925a449a385b415815fa62df26b5f3d736a75 0.02 MB 34 132
139,916 139,916 00000000000003591123d059b79dfd936b29beb1f8849365e5789f2463729655 0.01 MB 21 991
139,915 139,915 00000000000001144531837fb3433988f7fe97382e4fee1cf1db66847ce4bc51 0.01 MB 22 677
139,914 139,914 000000000000015b4555edbe14b5f800bb2db10146cf8a53162d0b0171487394 0.02 MB 85 206
139,913 139,913 000000000000076c83fd6d44368d258174e06d0dcc665eebe762595d997b04dd 0.01 MB 14 57
139,912 139,912 00000000000003dfc5c948ade3a283a09d208fddf5cc6f271a24957c0c8cd426 0.05 MB 119 536
139,911 139,911 00000000000003fb13068ac0dcdec4d07f87d5fa38ecebb50dcfa8126409ea4b 0.05 MB 115 387
139,910 139,910 00000000000000b57e50edbf3d95c7d2abf0fcca6ff6fc8382687d864d96d876 0.04 MB 105 284
139,909 139,909 0000000000000283c433694bebf57af8c938e08835be6dc55e7903abc0139378 0.02 MB 50 232
139,908 139,908 00000000000008dc1b4a723fd334bb8808fe422a00b93dddf2d65da0ec0e2feb 0.00 MB 12 17
139,907 139,907 00000000000003ba7716e4a62f8dc5b8285f2d275b2992a63d2825573c7180ec 0.04 MB 65 175
139,906 139,906 00000000000000edf8c4b1cffb45372a1714eacea245db742a53f5406c0d6c28 0.05 MB 91 120
139,905 139,905 0000000000000261f1a79a2a5daa43bd1a7fcfaaff65b74526839635cef4a63c 0.03 MB 41 122
139,904 139,904 00000000000003796ae8f356ea2eb47ca57eef6a122d1a7a6e1ad6dfc454713f 0.00 MB 8 134
139,903 139,903 00000000000000d5fb5869ea9788a5470f925c44a8dfaf084482343cd3951203 0.01 MB 35 168
139,902 139,902 00000000000008b2f6ce7c83b722b4cb31d5f5419db357be68daea78f2f6ac14 0.01 MB 22 296
139,901 139,901 00000000000002bb0c7ef25c7834ef6ea07d39c42b2f13c6007f80595b138c02 0.02 MB 45 279
139,900 139,900 00000000000008b66a4e3b498fb8c96395e101aae664176ff5364ebf446da80f 0.05 MB 69 173
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.