Memory Pool Memory Pool Refreshing

32,630 transactions
28.64 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,557 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,670 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,556 (740,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
121,731 121,731 0000000000002d9b86bac53a3af7a2379c75910d333d0386889000c33a8b5692 0.00 MB 11 327
121,730 121,730 00000000000077b1a0f6c16e10732826b7d25c0da3529f58af13a04089dba1ea 0.00 MB 13 269
121,729 121,729 00000000000087c1fbc7c4571e75548fab449a1440a628ceea555a756f834365 0.00 MB 11 327
121,728 121,728 0000000000008df847b121c268b8f24b3ae3f0903f15209ee240232a58b96d29 0.00 MB 15 0
121,727 121,727 000000000000350c817cded8d764f585894cb86387b16e2b53bf5ffc6af40d1f 0.01 MB 17 967
121,726 121,726 0000000000004c0af16c48d48e13ab764eaaeeb6617bcc3855d2e5336e637f37 0.01 MB 15 576
121,725 121,725 000000000000727ec0a3cfa1040f79a9f1df2f17339f2483491d68f253b7eb48 0.00 MB 13 223
121,724 121,724 0000000000007239dbccc10b1c76718171ae794aba9e32a3b1d0d35f309113a7 0.00 MB 3 0
121,723 121,723 00000000000037b07513c9276960f712c7339d9b8aa2c4eea3c4cbf799fc8d7f 0.00 MB 16 238
121,722 121,722 000000000000029c31294264a25daba4577e7d070cdad4441a94dddd61c0501e 0.00 MB 14 1,197
121,721 121,721 0000000000007d8b59be0081887739a58f4d6fc25b765f9e9b8e7eebcb35212a 0.03 MB 20 148
121,720 121,720 000000000000304b6e993d0168289889f313bc920af2714933d01a9fc332748b 0.01 MB 28 141
121,719 121,719 0000000000006075370503b9749b3de2075be33e941e7b39728f1ca5c59f86b4 0.01 MB 37 406
121,718 121,718 000000000000529e26b31d690d1fbee78378c28a31dccc8d37ec055b8328b072 0.00 MB 12 618
121,717 121,717 00000000000052a5fede9de5fd5124e221a82bbeb06389fbf45bbf6bf0fbe002 0.01 MB 15 157
121,716 121,716 00000000000000ae39573ea4d5a64c161ce8236d47ba72fd7713d3b771f120d5 0.01 MB 16 798
121,715 121,715 000000000000741069aabe85fb683bbad7ad9269a276b77fcaefbe7fc7009a97 0.00 MB 12 0
121,714 121,714 00000000000030dd528c11e1ca931af657b6623817ed59c27d6c05806ddf86d9 0.00 MB 1 0
121,713 121,713 0000000000004b386d27fe3adda66edb4a27ab91a92e78555d9e4c27b1abe61a 0.02 MB 13 914
121,712 121,712 00000000000090dfe5401cb8d904f26b13adc6e1c48356a6ce1c046cb599813d 0.01 MB 6 0
121,711 121,711 00000000000040b7cc7f0050c5944a3ee8464a4585a5aadc79717b6d35e1822c 0.00 MB 17 967
Previous 10 blocks ↓
Total Size: 685.23 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,374.06 GB sent, 107.13 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.