Memory Pool Memory Pool Refreshing

8,212 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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
907,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,150 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (462,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,065 445,065 0000000000000000018e3b8da3acbb566d63257b5965af3eb23ab75e7ea0e663 1.00 MB 279 6
445,064 445,064 000000000000000001ad1a1e2c31f4418d19475c35337afcb1be840dd08273c2 0.28 MB 541 57
445,063 445,063 0000000000000000019deacab21256675784c8f2aabf9147df17967e8ff289ee 1.00 MB 177 2
445,062 445,062 000000000000000002c29c9f00c37a03ce252dc2cc590fb931ee2d6c436d817e 0.16 MB 152 28
445,061 445,061 000000000000000002c2adb59210e28a769a2489bdf4cb0eab347d1672bd8777 0.78 MB 1,087 54
445,060 445,060 000000000000000000e8b958661fe35dccfc638b957adbb8b374311ce900fba4 1.00 MB 1,685 52
445,059 445,059 0000000000000000000a957c5af37fe8ec0d779f71283fa40a49221cde5f9edb 1.00 MB 2,816 87
445,058 445,058 00000000000000000311c6f62c743f6defa412f7c23460345ca9877f0219e146 0.19 MB 448 79
445,057 445,057 000000000000000001c83fb2f13c5c1a6c22790b0a798b78f01d6914dff0790a 1.00 MB 2,197 64
445,056 445,056 000000000000000002aa6ba208f1cf08c02b83efc9ab297766ed0006499d004c 0.99 MB 1,488 61
445,055 445,055 0000000000000000024fca3f39499a2d9af211cb0d761006a5218055a20b3e90 1.00 MB 1,471 42
445,054 445,054 000000000000000003764da1a46e7c10d4756137d3321b7233fef7503e410a66 1.00 MB 1,770 60
445,053 445,053 0000000000000000025ae069f5596c193321cc1bc9e4af7d7587b3552d7d985e 1.00 MB 2,666 80
445,052 445,052 000000000000000000ecf616692f76adc244bf2187d53cf54bea6f38338130ee 0.99 MB 2,639 97
445,051 445,051 0000000000000000038ad20c6a70ba4b54249a0d1ad1fe9dc2223abd99d8fb21 0.83 MB 1,793 62
445,050 445,050 000000000000000001d941821565b8660855c4cc4c0baa145737b48677e4765d 1.00 MB 2,479 67
445,049 445,049 0000000000000000023c40f269805a7e61527f8cd87b0767835948cfed40546d 1.00 MB 2,299 71
445,048 445,048 000000000000000000ae2605d1dec2e7e30dc3d3ecf98ad1c2e805b990e35af4 1.00 MB 2,536 79
445,047 445,047 0000000000000000015f05e8672eb0857a691672f81f4de9072774e8152132c3 1.00 MB 2,621 80
445,046 445,046 00000000000000000045207cfe42c1f0f1197b5714ee09ba3b7ba7baf90daf83 0.00 MB 1 0
445,045 445,045 000000000000000000cace52ac5137dc7feb5daa50be4fb08f609cb6de2b4e7a 1.00 MB 2,516 75
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.42 GB sent, 93.03 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.