Memory Pool Memory Pool Refreshing

7,121 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,591 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (103,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,945 803,945 00000000000000000004d2dd2707077318de4baeb2adb0fd03b4350b4e0e4d51 1.88 MB 5,316 10
803,944 803,944 00000000000000000001394af245574183464d4c8b4be8d42a00b748f74dee12 1.42 MB 1,564 7
803,943 803,943 00000000000000000000aed5652e2d07d214699fc66a3aa8f50f999a0004b522 1.46 MB 2,705 7
803,942 803,942 00000000000000000003f01881285cf90c03706f17ee9828818d56d6e07def3e 1.83 MB 4,975 10
803,941 803,941 0000000000000000000033de6fc39271ac37f70c6021993dcc10ae1575766a0c 1.52 MB 2,517 9
803,940 803,940 00000000000000000003a9480b1a4348d1b18672183fe1d2404c8028cd7ab021 1.48 MB 2,703 15
803,939 803,939 000000000000000000008650e4f85a0dfc31d73f6e0299738198d7326b30010d 1.53 MB 2,697 13
803,938 803,938 000000000000000000008ad6cb9d9f1251f3ccda67342cd36ce4b9ade51abef8 1.20 MB 1,249 6
803,937 803,937 0000000000000000000450391ac3749dbd9cdcf9ea8fcb5ae86a2f858de24bd6 1.56 MB 2,698 13
803,936 803,936 00000000000000000002d1148c6ffec1d946b27d5ed847856846e0bcd6b12e7f 1.90 MB 4,541 9
803,935 803,935 000000000000000000014e47159ae1ce01a913004797d08b35f5f751bb1b3499 1.62 MB 2,985 15
803,934 803,934 00000000000000000001b8570af31273707614ab5a8096b431d4e364dd1ee2e2 1.55 MB 2,450 10
803,933 803,933 000000000000000000052fc3184aed56f28eb9f9ad8f0b690cd4ecf82525f00c 1.48 MB 3,335 20
803,932 803,932 0000000000000000000410e3c21cf5ee8c0bd1bf039f57287a1f4ffc834b1ba8 1.87 MB 4,723 9
803,931 803,931 00000000000000000000d2166cea2c01c39aeeb8ddd1a6e022095431c929945d 1.95 MB 4,010 7
803,930 803,930 00000000000000000003cc817348a246f109545f2bbef9591d4d2f90c5f7ed4c 1.41 MB 2,253 13
803,929 803,929 00000000000000000003e7ef7bcdf665a81dd96a80d7d47b9231680073edae78 1.59 MB 3,063 19
803,928 803,928 00000000000000000001de5c7c500e3de60d7a9cc226c7df4a0e4df607de5e08 1.40 MB 1,170 11
803,927 803,927 000000000000000000022c7fef2d6439ae256283894342f6a23b8a57a95dd3bb 2.15 MB 7,109 6
803,926 803,926 00000000000000000003f3355d8d0689f7910f722facdfe339ee7eb2fd4d0c27 2.07 MB 6,713 7
803,925 803,925 00000000000000000000b88a72891d9f8566d1b61d6bb271ca8db0c3763d098c 2.16 MB 6,894 6
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.