Memory Pool Memory Pool Refreshing

16,578 transactions
28.02 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,783 (344,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,061 518,061 0000000000000000002e40fbfb99f6f24ec318e80a0cf994589528dd23586be3 0.56 MB 1,038 31
518,060 518,060 0000000000000000000472bd3965a984271c7f70ef9a5f85d06c2fc23ef107a3 0.67 MB 613 6
518,059 518,059 0000000000000000002d16f652ba9435cccd2c082cd6114be2def5d4b87c03d8 1.16 MB 1,208 11
518,058 518,058 0000000000000000003b389c37a0939bcf40414d07c39508c1416e5f8fa03732 1.15 MB 2,310 26
518,057 518,057 0000000000000000004672060825fb71b86aff7243d2e981870f053168dcd79d 1.20 MB 2,134 13
518,056 518,056 0000000000000000000a5d80225dbbc97dc2a2aa0341e6c0a561fd30b18a0007 1.09 MB 1,796 28
518,055 518,055 000000000000000000310579c9f882d16a4aed7efb55aa2dc657909545d75297 1.09 MB 2,124 17
518,054 518,054 000000000000000000213a510f27454ec5dc95e4a4a892f50b0b6a891708e2d5 1.21 MB 2,817 42
518,053 518,053 00000000000000000007bcd6bc78f9b0e0b5d4a804c7ceff27acb2610e6ea348 1.13 MB 1,823 15
518,052 518,052 00000000000000000047581c330871cb645bad9108793ba28bb7edc10577d1e6 1.15 MB 2,514 44
518,051 518,051 000000000000000000071f22f6d8348680992b1c6d60bc90b8a6c1f775faee87 1.17 MB 1,518 13
518,050 518,050 0000000000000000003492ab1123c56fa769c8fe15005496b402a7d3360f6c0d 1.52 MB 1,251 22
518,049 518,049 0000000000000000004e5f745a29a3197b7cc9f24732c624d91ea754bff0e1e4 1.26 MB 1,633 15
518,048 518,048 0000000000000000003f505ecb19d9b0dff4d0cb93ce6e093c3d77d84820ad15 1.16 MB 2,706 47
518,047 518,047 000000000000000000387da52c1f36d75abd1a27f874618d42618f050e33956c 1.09 MB 2,265 16
518,046 518,046 0000000000000000004a7ad4d36eabf6b33463db08629caba5092c0fb591f5ed 1.19 MB 3,057 67
518,045 518,045 00000000000000000042160f36d151fd5a65b2065c9144f4b8ec88639dc01110 1.15 MB 1,992 33
518,044 518,044 00000000000000000009c776e6747e10d5e060437e16fa3822eaf9b3a9ecf5bb 1.17 MB 2,645 53
518,043 518,043 0000000000000000004fd5756dd703de0ce1dcf5ce8a698acf7030bba1c9994b 1.17 MB 2,508 51
518,042 518,042 00000000000000000037f83174732491177b3e730ea363623bfb1554695be2ef 1.14 MB 2,504 50
518,041 518,041 00000000000000000025f53b1f0cd926b740f6ed700f46c781b08822f898b116 1.37 MB 1,824 23
Previous 10 blocks ↓
Total Size: 685.68 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,398.37 GB sent, 110.02 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.