Memory Pool Memory Pool Refreshing

7,514 transactions
3.95 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
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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,766 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (487,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
420,702 420,702 0000000000000000017a55822916a0519b644d91cda2fa66ca8d39faf9190704 0.99 MB 1,563 30
420,701 420,701 000000000000000000e356c5290c42eef84ad2b7c203165a4837e8d2abd266cb 0.99 MB 2,449 52
420,700 420,700 00000000000000000244c014bca137e1b130b3d21d7f68f7818ad0dba8fd2d5d 0.92 MB 2,097 51
420,699 420,699 000000000000000002d55f3ab44874a1699b0f0cbc353483bd7fb9584eba4fd8 0.25 MB 589 52
420,698 420,698 000000000000000002ce6870948853b828962d17a668621e3c3985ad8b3111b2 0.24 MB 651 54
420,697 420,697 000000000000000004e1a2013775517f9de54a0a1fed58af7296c608fd222043 0.73 MB 1,711 46
420,696 420,696 000000000000000000c5b637ca84027a36ea389f1e05914c7bd8752c47f3862e 0.97 MB 2,029 46
420,695 420,695 000000000000000003ab39611a0a09d8db5229285bfa5a09dd115ebd8d4f6e14 0.27 MB 487 44
420,694 420,694 0000000000000000037b7e14df281789d3f6c9066205bccbbf451bc6aa68c707 0.51 MB 1,131 45
420,693 420,693 000000000000000000a26b1a5e768091ff49a1675b112ef237b8698a83bfa975 0.31 MB 363 22
420,692 420,692 0000000000000000009709a114aa11fce57953d3e75301463baeeed1d4cf0aea 0.02 MB 63 51
420,691 420,691 000000000000000003f512888422f115709cc8f0bbc17c69078b29acdb149ba3 0.05 MB 107 62
420,690 420,690 000000000000000004154e941530260f560d4eb671370fa3139a525c2b3ae72c 0.08 MB 43 43
420,689 420,689 000000000000000000be8550574e695d79670b46a8c80b8171f8f5ad66d83787 0.54 MB 900 28
420,688 420,688 000000000000000002f82606576d56286401581a17050f295858e47052adf7b1 0.54 MB 1,060 38
420,687 420,687 0000000000000000035ad47dffe2de3bb9521cf02fa7f0e455ff3f97f685ca26 1.00 MB 2,019 48
420,686 420,686 00000000000000000294fa5bf4f07945dc42ba5302bee2128c37f1802e019266 1.00 MB 2,873 81
420,685 420,685 0000000000000000039a8cfe6ddbdd36809982a47800f0fe2c7e244446265a40 1.00 MB 2,190 43
420,684 420,684 00000000000000000181968aa5f4acea123e1c20b95698f6adaf7e3cd3a4f2c9 1.00 MB 1,720 26
420,683 420,683 00000000000000000520cc08d00b3e249a83614bf57b8585debee2c474b81b56 1.00 MB 2,296 44
420,682 420,682 0000000000000000044f0db849b20bce26586a8a3a4ca102aedbcc7d799c3cba 1.00 MB 3,095 76
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.79 GB sent, 93.04 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.