Memory Pool Memory Pool Refreshing

30,110 transactions
30.87 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,420 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,156 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,419 (78,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,649 783,649 000000000000000000013ea9852efaf294b30e799059899f63b2e7d04b10f606 1.65 MB 4,127 26
783,648 783,648 00000000000000000001a6536f90f7d67fbe88367ced1366c3fe876a160dda59 1.53 MB 3,477 37
783,647 783,647 00000000000000000001771676f1aaf8ec9197319b10f576d92e265fa4820e60 1.70 MB 4,183 27
783,646 783,646 00000000000000000000d7c51f1bb74a28e6ab44635934ebd4ff1e2db054712e 1.61 MB 3,460 27
783,645 783,645 000000000000000000007459330648ccc0f0feae8ffb9598f8634e0575e67e5f 1.59 MB 3,917 27
783,644 783,644 0000000000000000000065f2b62f728a45694a9fd99b5417213815dc7c10c699 1.39 MB 2,482 36
783,643 783,643 00000000000000000001aa73f98394701680daa5c90bde67edb9d5b5ad881d77 1.65 MB 3,568 24
783,642 783,642 000000000000000000014719f0075553049a3774a07d9dbf34760372fde1f482 1.52 MB 3,464 31
783,641 783,641 0000000000000000000165f6c24bab244559c928f39ae228b7868ff0a922a54d 1.69 MB 4,164 13
783,640 783,640 000000000000000000002191d00c05e7bd88390433cb42f556a6f1ebb07f324f 1.51 MB 3,607 22
783,639 783,639 00000000000000000003be63eb9cab8cb0f8e0ce35a14880210b2999befa5834 1.54 MB 3,615 30
783,638 783,638 00000000000000000005b536984b49337d63ce5ddf35df05dc174b150d63f1d0 1.34 MB 2,611 31
783,637 783,637 00000000000000000002ce24c683f883f83330c0306569e285a41fa40b3f569d 1.77 MB 3,139 6
783,636 783,636 00000000000000000001bad2e263e6ee02a88a39f2debc66f6f3450fb7796986 1.28 MB 1,971 24
783,635 783,635 00000000000000000004a23c1b8d8ed5a62bf2be28ecbecc48c40bc11ad2d42b 1.53 MB 3,086 19
783,634 783,634 000000000000000000002a8d67c6b1ed9c1d7d0029bda6987f26d61513ed71a5 1.80 MB 1,468 5
783,633 783,633 000000000000000000006c4cab45064efcccc1b5af2c59f5efbef1327daeb73b 2.00 MB 3,512 14
783,632 783,632 000000000000000000018e3527bad799231989b3d98b63471098df444c945961 1.48 MB 2,831 16
783,631 783,631 00000000000000000005fff2f97daf751862dbaec157486166f4938d308feb6e 1.97 MB 3,025 14
783,630 783,630 0000000000000000000539030dc1037d0fcdfe52c6cb6ac2872107dd682300c3 1.59 MB 2,808 15
783,629 783,629 000000000000000000009dc573d7d8e8afb6c904818e81bb4504a09ac249379f 2.25 MB 1,449 5
Previous 10 blocks ↓
Total Size: 684.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,368.00 GB sent, 104.70 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.