Memory Pool Memory Pool Refreshing

71,353 transactions
18.91 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
865,437 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,090 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 865,436 (4,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,577 860,577 0000000000000000000078dae6a77b40a5f243682b5b9b61bd0a46c96305a99c 1.73 MB 2,702 6
860,576 860,576 000000000000000000017dafb36c289bcd493055781864321e88fecec5916624 1.68 MB 4,045 7
860,575 860,575 000000000000000000003fb49b1e30fd16cec862e11aea38a92d297ef76bcadf 1.59 MB 2,669 7
860,574 860,574 00000000000000000000ef5d8a9cb29e258322ba4998c046a23a5e38e8c4f8e3 1.63 MB 5,420 4
860,573 860,573 000000000000000000018a31441797e410ca171a258ae00eb8648837b0415b49 1.62 MB 3,942 6
860,572 860,572 000000000000000000028ba19dbed9d72391679213394f00293a519fa565d93e 1.73 MB 4,514 2
860,571 860,571 000000000000000000021bf376c0ce5fcb7b7015cf17d545372bd8fad0e54c75 1.59 MB 3,035 4
860,570 860,570 00000000000000000000b315ed6a9fa4ed168fa0c8f8426ceec96eff29734fa5 1.57 MB 4,006 8
860,569 860,569 00000000000000000001450d644ec1d0c123e5bb8d59f8961494a9695d422cc2 1.87 MB 1,012 3
860,568 860,568 00000000000000000000a8ea3fd5aeff6da39e819c46f0c58ac7bea218984e50 1.66 MB 2,628 4
860,567 860,567 00000000000000000000cc7407ab3d986d1a17f895108309db7bacedd6f933bd 1.44 MB 2,490 4
860,566 860,566 00000000000000000001d5dba7d05724b1f02ab5cf59c7c4d58c6fa17f0e48be 1.60 MB 2,243 5
860,565 860,565 00000000000000000001dd126a48caab045a1fe04ec33ebe22afb75712665701 1.67 MB 3,345 4
860,564 860,564 0000000000000000000032e412701b67a31d8cb9ddb38a1d2ab4612179aeeaab 1.69 MB 4,718 3
860,563 860,563 00000000000000000001b988d45df385020c2d0b2084667481ad25f99bbb10f8 1.58 MB 7,141 2
860,562 860,562 0000000000000000000203a7cd42ecd82f4070b3f7daa98c7e450e212a651893 1.56 MB 7,590 2
860,561 860,561 000000000000000000009e5364b66093b4e8de31d22b1ac37b6d8eab4f3fb886 1.58 MB 5,582 3
860,560 860,560 000000000000000000006ebbd97097c10eb12bd89d2a17d2b8e50b6a3a35463e 1.60 MB 6,916 2
860,559 860,559 0000000000000000000042fb7186bd48a9e6eb00dcf6643fa06e8c3a2b07d535 1.60 MB 6,394 3
860,558 860,558 00000000000000000001c2c643a5ffa7d040b922701c125d9ae682a6a61fa863 1.72 MB 6,988 2
860,557 860,557 000000000000000000024b1dbfc832cd80cf1ed57a259615976786a4c8cc95ed 1.64 MB 7,481 2
Previous 10 blocks ↓
Total Size: 690.71 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,689.56 GB sent, 147.21 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.