Memory Pool Memory Pool Refreshing

969 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,985 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 968 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,984 (735,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,764 172,764 00000000000008cfb7897edff723606db7193cb4d9d6d7aac2490df353d16208 0.01 MB 11 17
172,763 172,763 00000000000002b231eb0cc2a81fdbccb78533d64f09dcb5aa77e08774bdee99 0.01 MB 15 78
172,762 172,762 0000000000000764f894a9e63ab6ed5c79f40afca2797dddd35a18a9718ca8d6 0.00 MB 8 877
172,761 172,761 000000000000084f2b369b56dc4ce5e83f00659496c810d4cef177262a4dfe2e 0.01 MB 37 102
172,760 172,760 0000000000000874c29f899ed7826c7d3758ae1a0e22b99d417900c71256530c 0.13 MB 13 54
172,759 172,759 00000000000004b027abf06464d63f60bb03047376a3336a9162da4fca8e6a26 0.01 MB 23 153
172,758 172,758 0000000000000b059d602a858d1820e1108b8f9f4f4ea3e4e47e885467864d56 0.05 MB 161 114
172,757 172,757 0000000000000696c106b6ad7ff85f0d5266ab3c8f678ffc5a25b4f2521a7569 0.00 MB 3 116
172,756 172,756 00000000000001c24564260d2549dfe342d0c28c52bfbdc53060d13af2f8d90a 0.05 MB 93 300
172,755 172,755 000000000000013ec50ae2e080f22babb70fc656411f0a343caafac46c7c7666 0.00 MB 1 0
172,754 172,754 000000000000054160f2299655b8839fb1fe8d39ffe6c26f38e4ca7ef44dc875 0.01 MB 20 71
172,753 172,753 0000000000000a04b33419d6b68791d6692fd8f9681e5e8916088ba3d31b75ec 0.02 MB 44 123
172,752 172,752 0000000000000222ab1b5163a813c1f085fb77db224be432196db37daead7a7e 0.01 MB 18 202
172,751 172,751 00000000000001f1859e439ed88dffd067fee65c5263b820c8dcf2af927d0630 0.01 MB 38 55
172,750 172,750 00000000000008e6b0060ad60e7006d531cdedc1b0aea799c341ed2a7d407b7b 0.02 MB 84 45
172,749 172,749 00000000000002cb2092a3206b6d337134ab4a9a2943882aaf6c1699fd941be9 0.02 MB 41 52
172,748 172,748 0000000000000322bd33c778e300c7384c14a806f914f6a2b99cf918218c44c0 0.00 MB 13 92
172,747 172,747 000000000000039ee901b5453e78ed6a1b6f2a92107ec1715fcad5cb0a753dc2 0.03 MB 54 61
172,746 172,746 0000000000000923dd52d7aff568acff101dbde525bfc24ec5ab038bc26129d1 0.00 MB 1 0
172,745 172,745 00000000000006bec054df285d65bf63dee778b27efc6ded3bec39395d33b992 0.00 MB 5 130
172,744 172,744 00000000000005e703b911c082fb2de6de586ddd29dc1872370fb44e05e51726 0.00 MB 6 56
Previous 10 blocks ↓
Total Size: 769.52 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,647.46 GB sent, 95.52 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.