Memory Pool Memory Pool Refreshing

58,231 transactions
29.04 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,531 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,209 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,530 (1,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,705 876,705 00000000000000000000d5becf8547df51afbcd8fb94d581b42e60e846bd21a1 1.58 MB 3,218 5
876,704 876,704 00000000000000000000ba1ce8aab564fa3552539b61f74aad9e0b98f6d7c55d 1.56 MB 3,122 5
876,703 876,703 000000000000000000010cbe7bbdf34e3975b45bbe178b2c69790b7e52c188ec 1.60 MB 2,319 4
876,702 876,702 00000000000000000000fa6dc6e85bafd753a5dc9a970554dc095ec285a8822c 2.10 MB 1,382 3
876,701 876,701 00000000000000000001dc4239c0a61064302ac1eff5a362de45cce89900f0e4 1.38 MB 1,400 3
876,700 876,700 000000000000000000027bb05ec596db4b049bfbc95a412d794f7714f4b994f6 1.35 MB 1,504 3
876,699 876,699 0000000000000000000218c355face5caedb7e06722d606c92a76981645fbc15 1.58 MB 3,201 5
876,698 876,698 000000000000000000027dfe4fc97a3f4dbf3a3a4eee5fc69d923667c41d1eb2 1.58 MB 2,701 7
876,697 876,697 0000000000000000000122c6db523a5c9632f0ffa84482c209be38d160cef143 2.09 MB 1,769 4
876,696 876,696 0000000000000000000199170f24da72b8d324e563b86fe6becb1e5f1280096f 2.10 MB 497 2
876,695 876,695 000000000000000000014099a93d8c9627af5baf5999b587733870c4840017bb 0.00 MB 1 0
876,694 876,694 0000000000000000000140196136ab92161f7f471d38bc06c2cb34e199a5058a 1.34 MB 1,801 4
876,693 876,693 00000000000000000001404746fbea99377fae0d5444a3cec1d47817c274dcee 1.61 MB 3,488 5
876,692 876,692 0000000000000000000069999b7f6450aaa79cf4afdc9f933a771a84454ed9a7 1.33 MB 2,010 4
876,691 876,691 000000000000000000016ffcd974463574dd97f7249495abd20dcde93913bc36 2.69 MB 1,645 3
876,690 876,690 000000000000000000016fa14d9bb8fa17c5de29e8aaa053bdceb76b697abc9d 1.76 MB 4,100 1
876,689 876,689 000000000000000000028312a27c441953af886dc2e00837609108d0298c5c8d 1.35 MB 3,815 2
876,688 876,688 000000000000000000017ad0254009e6c43a7fd54cbe92eb4da04d0ce8806593 2.80 MB 1,298 2
876,687 876,687 00000000000000000001448e83ccd21aec501bb60cb3786d3012fa0d242c1b87 1.62 MB 1,859 3
876,686 876,686 0000000000000000000192f9b2502e6e85754cadc3097d7732ad91333048b3fd 1.84 MB 2,327 2
876,685 876,685 0000000000000000000040a12d17fe3d0cf77534022d1aa1fc89b2a0740907bc 1.93 MB 1,052 2
Previous 10 blocks ↓
Total Size: 715.40 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,398.16 GB sent, 42.22 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.