Memory Pool Memory Pool Refreshing

6,182 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (86,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,821 820,821 00000000000000000000699bbe51996c58f442dc79686fd2ca0965555d9b70c3 1.69 MB 3,781 56
820,820 820,820 000000000000000000015c640e92e4e058dcdf38f46a9226df7976bc737f9098 1.85 MB 4,038 55
820,819 820,819 00000000000000000001d964a385d5cfe36c42d9d6ef4df1aaea49c00fb0ea40 1.62 MB 3,506 58
820,818 820,818 00000000000000000002387e3088c81268fe67307daf771b0dcd31bddef1d0bf 1.64 MB 3,607 63
820,817 820,817 00000000000000000001d71366aaeddd0f91de9a64c8e60257aa68d3b5243bc6 1.67 MB 4,584 66
820,816 820,816 00000000000000000000b186c0bb1a98226389f39faf34f671f6125771850f0d 1.57 MB 2,603 35
820,815 820,815 00000000000000000000435597cdc940d472c691fd232ec184e3ed2c556b2484 1.82 MB 4,686 42
820,814 820,814 00000000000000000000fdb80cb788ef4d8b245ef5971334a17fffeb687451b6 1.76 MB 4,114 57
820,813 820,813 00000000000000000003eefe6a73bdd9e1fcccace9e8c65ac4b4269400882714 1.70 MB 3,925 51
820,812 820,812 00000000000000000000518aabce545148e358a58a3128fe712ac0c977c316ef 1.85 MB 4,075 54
820,811 820,811 000000000000000000011f3c6399bf59797f98844b4265ca25d9266f76ed1780 1.62 MB 3,881 74
820,810 820,810 00000000000000000003c833fc3fece2dd90f472843ff4fa6a915a388ad6623d 1.74 MB 4,021 64
820,809 820,809 00000000000000000000474d3455616df0980837c2d000107245e745446ce575 1.69 MB 4,096 62
820,808 820,808 00000000000000000000f1cd1ed38a3a6c20406a8abfe725cb2b796c9417f100 1.59 MB 3,485 90
820,807 820,807 0000000000000000000147a414f3bbb3ec0da7a6180f1805645d79c68644704d 1.68 MB 3,797 62
820,806 820,806 0000000000000000000313358148ddc1752ceb19c8d9b8d16a526696e020438a 1.80 MB 2,160 58
820,805 820,805 0000000000000000000246c89c0e6cc4e39e18fa15a9083ac3c7eac7ac322417 1.71 MB 3,219 67
820,804 820,804 000000000000000000005f4c51ad4f9a78b28675fa1cde7664ad4236d437074b 1.64 MB 3,041 78
820,803 820,803 000000000000000000020d7d49024c8a478a04bbfb986deff586e1a505b4465a 1.50 MB 3,024 71
820,802 820,802 000000000000000000027c67df0d4a36603d3d75b35684d6d81d04aa769f67a6 1.66 MB 3,960 81
820,801 820,801 0000000000000000000141d7872bf32c6982982c331017fae52907f5f354fd47 1.79 MB 2,189 102
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.