Memory Pool Memory Pool Refreshing

26,531 transactions
35.04 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,899 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,898 (18,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
845,823 845,823 000000000000000000023ad02728e73f72c59df1ffff5742135242821c4bd8c2 1.52 MB 2,482 23
845,822 845,822 000000000000000000005e12eb43854381814d9d7712667c51777ebc283f9cf3 1.55 MB 3,478 36
845,821 845,821 00000000000000000000cf34dbfd890229578bf1fa83e1c71e59f3f642893b32 1.55 MB 2,994 38
845,820 845,820 000000000000000000027a741e830af8ce603fe4694bb239d2a502712a5f4d6a 1.49 MB 2,370 22
845,819 845,819 000000000000000000018f02325d0a758f034747c7785885142ea391cebdcea7 1.44 MB 2,348 28
845,818 845,818 0000000000000000000277ebcea6a3683188df3592f49e29ef1d9fa7f8df9e6a 1.47 MB 2,667 30
845,817 845,817 0000000000000000000104e5a4750124ba73bd677bd403466d10e52ca976f25a 1.53 MB 3,206 30
845,816 845,816 0000000000000000000002aa18e8362dab428f0d2001f158321312a68468a889 1.63 MB 3,236 33
845,815 845,815 000000000000000000000002df4f1474368379ec9324213e5cdb48c47f0f8edb 1.62 MB 3,039 38
845,814 845,814 00000000000000000001bf61ff9c678d316d3903878ec981d9117602001e0d50 1.53 MB 3,460 49
845,813 845,813 000000000000000000027dbef97a80c92eefaaaf744340b38814690c77e64bfe 1.58 MB 3,532 59
845,812 845,812 0000000000000000000141e2bafffa8a21977fc7a53a9969c4eca3a239868a96 1.63 MB 3,950 46
845,811 845,811 00000000000000000001a049dfb8f26f5959b10569221c3ee51b5d2ba619a693 1.47 MB 2,625 67
845,810 845,810 00000000000000000001a63407cc453358271319136e56a359b71f8b8d879ad9 1.58 MB 3,126 33
845,809 845,809 00000000000000000000e3f3261c43120cada45da7b70363f7891abc86264b00 1.54 MB 3,713 35
845,808 845,808 00000000000000000001b6a07f8819ef391fc8c8517eeb0a3e524156a04d7f9c 1.56 MB 4,126 47
845,807 845,807 0000000000000000000226d3d44d531d418384b3c998f0a52bf5031ed8c5031f 1.46 MB 3,017 58
845,806 845,806 0000000000000000000288b992616496afef224e8bf2205d42534a370fa0ed83 1.51 MB 4,383 37
845,805 845,805 00000000000000000002e04abda565e6a7df9a5bcc575639a672402f02cd7c7d 1.52 MB 2,913 32
845,804 845,804 000000000000000000008a64f6945a70bbb7f6dd6ff93b31f4e644931f3dd16f 1.52 MB 3,701 35
845,803 845,803 0000000000000000000270f5d9773f2337c190f0919ab386b36ec32363b588a5 1.51 MB 3,863 40
Previous 10 blocks ↓
Total Size: 687.83 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,526.48 GB sent, 124.34 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.