Memory Pool Memory Pool Refreshing

3,652 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,567 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (744,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,033 163,033 000000000000088fd57a3948318fab740f928a4360cfdbe9b614f8329e93aabf 0.00 MB 8 28
163,032 163,032 0000000000000b96dc88dd1d57b92a6d7df56d0f023b7a6cb70582c22733e26b 0.01 MB 24 120
163,031 163,031 00000000000008f119843d71681947f5f045184fbcd4205ef4e92877ced08581 0.01 MB 21 60
163,030 163,030 00000000000005e2a89ebb3f2df72e635db9aeb3cbeb1907c913657450a6d7a6 0.01 MB 19 59
163,029 163,029 00000000000005212939e69cf0a1cff3d4e86164a7299f843aaccf4979ee2add 0.00 MB 5 28
163,028 163,028 0000000000000c01369cd4c98ad51195817f4f7fba14cfeb4c1f81ccb3d0f4ca 0.00 MB 11 92
163,027 163,027 00000000000007dc4935e9f17c7a51be883606329054b6f6bcd57441996529db 0.01 MB 37 18
163,026 163,026 0000000000000d239a449534c6bbbfb68677cc6b2fd3498623d820119193c16a 0.01 MB 30 292
163,025 163,025 00000000000008a3e98f78f6c8722e18cc60af451ad6fe462e1627d50fabae0c 0.01 MB 31 131
163,024 163,024 00000000000000f5518144f5545c082086be9a9023315a87b7ada3b2fd68a006 0.03 MB 116 43
163,023 163,023 000000000000021133dff0babf788840cb0d024c172d56266f27ccd33965610b 0.01 MB 27 49
163,022 163,022 00000000000008c3533e36c664433939b64758b58a6c17168a35e11915af4cc8 0.04 MB 103 872
163,021 163,021 000000000000094879c27e7f359ad7e89032e832b7e93ba2a55e5e9adbed6e37 0.05 MB 106 77
163,020 163,020 00000000000001d11d06e4279b5cfdf2b83d7a052fd9ca083481cfb6f0ff5e82 0.01 MB 17 22
163,019 163,019 0000000000000aedd44db3e854582821b269d9bcd91f336035e7b365b2e37202 0.04 MB 85 203
163,018 163,018 000000000000036eb405eae0e0142a93617a12f33fa23ba1d951c24cb08fb855 0.00 MB 1 0
163,017 163,017 0000000000000453c548d1dd882a6b89c230552c2d1f644136e5e1db9ccc35cd 0.03 MB 42 286
163,016 163,016 0000000000000171c810b3a983817f34ca74448d5b658b74af84aacf89fe4edd 0.01 MB 9 956
163,015 163,015 0000000000000a8ebe61d60a7af11329c41a4a46cb38ad951700695c21f97bbb 0.01 MB 27 51
163,014 163,014 0000000000000291e9f859412839c305913c20088d1ff1177e549f5e863d4c98 0.04 MB 118 12
163,013 163,013 0000000000000bec2733916d4594dce7a36a58dfe65018d4cd2bc76731aeee92 0.00 MB 14 38
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.27 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.