Memory Pool Memory Pool Refreshing

10,059 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,294 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (103,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,872 803,872 000000000000000000051b4f687c678a6f7cd085fa1d44f36b6acd0429162644 1.85 MB 3,142 14
803,871 803,871 000000000000000000041d6f37ea490844976fedd483dee5188a79965e04c969 1.74 MB 3,610 9
803,870 803,870 000000000000000000017b5e967fbd430c604c163bbdd2be0629cb48281c6e34 1.79 MB 2,680 15
803,869 803,869 00000000000000000002b4fd2a07c5c08705561f15fa0437829660292d630ea2 1.60 MB 3,285 14
803,868 803,868 00000000000000000002a5678008a73fd1855309bf60308da53c9ef1db50b76d 1.83 MB 3,347 13
803,867 803,867 00000000000000000004b3c97ba26258a0216d8e0634311056bc69593bcaeab3 1.62 MB 3,110 13
803,866 803,866 0000000000000000000053cdbc533622732bdef864b1da10589d5bc7076837a7 1.65 MB 4,029 6
803,865 803,865 000000000000000000036dd625295dcb6deb631a8bf13a248e72bf80fe1a25ed 1.90 MB 4,126 8
803,864 803,864 0000000000000000000309aea65d3197b1d226994372b2c1be8d0f80bc412d22 1.48 MB 2,450 18
803,863 803,863 0000000000000000000359ee2b0a1c9a56f4c68c9d564815a548f215a87e47dc 2.09 MB 6,330 7
803,862 803,862 00000000000000000004f8c7cc9ea8ebc69db920f0de5c0ce166d95b59c71ceb 1.95 MB 4,456 8
803,861 803,861 00000000000000000003e3e2eed23ce02428729d498db83af341895bbdaa18f3 1.75 MB 2,255 13
803,860 803,860 000000000000000000007cff480a9819e580a63c2bde3790efac69bc46fd5794 1.78 MB 4,268 13
803,859 803,859 000000000000000000053383cb5b4bf3a0ca7798213feec1a4a5b5bf38fce05d 1.77 MB 3,529 16
803,858 803,858 000000000000000000047ed2a63b61e52b81f240641743eccdeac1b54dade313 1.82 MB 4,807 7
803,857 803,857 00000000000000000002c402a7b3c144dae6bbcfd157f44f7274fe175f244321 1.49 MB 2,134 16
803,856 803,856 00000000000000000003cffeacfafaec65d2fec57039f50c6dd10b72a06f799c 1.57 MB 3,065 16
803,855 803,855 00000000000000000004dcb6e2bbe0cfdea6251b8585596256ceb2025081a243 1.49 MB 3,106 7
803,854 803,854 00000000000000000004fe992273aa1b6da7d952e21b85abeafbeafcdb8c7595 1.87 MB 3,736 10
803,853 803,853 000000000000000000037bda8f4185368c3b005fc4a0480660fad7db1af51d1f 1.90 MB 5,477 8
803,852 803,852 000000000000000000048f727ae7bcc40c3ca0d582ede492d9dda2350d47af16 1.70 MB 3,302 9
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.