Memory Pool Memory Pool Refreshing

48,128 transactions
19.65 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,742 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,142 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,741 (176,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,532 694,532 00000000000000000001a927a844ebffb135446ee1c4db1be8137a8b3c0416a9 1.66 MB 2,238 4
694,531 694,531 00000000000000000002f18d37bbdb28278dbe0fac96eb84b5deb5c3b20420bb 1.45 MB 2,902 25
694,530 694,530 00000000000000000004fad8fbd6cc219db06276ff297a44966c9416fe973153 1.48 MB 3,117 13
694,529 694,529 0000000000000000000b812dba5a70598c91abf9b60c945a727c83d381c96879 1.25 MB 855 2
694,528 694,528 0000000000000000000c049744f2f59eabe4c1a76c7e647781e9dc3f8c454a93 1.50 MB 2,122 11
694,527 694,527 0000000000000000000a293509aea97f47b3e805bd921e3d883999d61eded0d4 1.30 MB 1,136 2
694,526 694,526 0000000000000000000631efe648db54636b20fa716cbe0c05bf3c34fd561895 1.38 MB 1,994 10
694,525 694,525 00000000000000000001d5ee555400c0e484415e941ccfaf768f4a7ed905d218 1.50 MB 2,912 6
694,524 694,524 00000000000000000012e75b9715a6d841a55072545e829b88853d5a29191117 1.50 MB 3,172 27
694,523 694,523 0000000000000000000953b4a9c55a8eaa5bee0c6ccd26df954523da0baf9782 1.52 MB 2,596 16
694,522 694,522 0000000000000000000d5c70c0ee3cf59df3a219b00eea992921a112341396ab 1.34 MB 1,709 3
694,521 694,521 00000000000000000009974b5f6011d7ec8af460dafcc668c7ede4324896b9ca 1.37 MB 1,352 3
694,520 694,520 00000000000000000002b0d8789237b4b79184d2f2cd9f8a51741f53bb9ef095 1.37 MB 1,977 10
694,519 694,519 000000000000000000005816c6a6b59b1f5dc4f44d9023280ec6b27a99b43523 1.32 MB 1,611 9
694,518 694,518 00000000000000000012f0109ecc18545349b84d895aa036a7182359c6e8a8cd 1.37 MB 3,014 3
694,517 694,517 0000000000000000000fac641001d5dc75687fde4457963d47444317c01bd35c 1.50 MB 2,804 17
694,516 694,516 0000000000000000000c66146def120c75103b19742e08a0ced2fce55208f87a 0.00 MB 1 0
694,515 694,515 0000000000000000000d14237f8c807948f37e989bc1b7624b6e73c2995b953e 1.50 MB 3,022 15
694,514 694,514 00000000000000000001c7e780f94d94583abe4eab50b1815ff6cab7980a49e7 1.42 MB 2,730 28
694,513 694,513 0000000000000000000cdd4338f706a85a938735175eb41729f60852f09eea32 1.52 MB 2,610 13
694,512 694,512 0000000000000000000d5a20126bdfa28ed0bc685b6aae1f22a2ef276eacf006 1.38 MB 1,903 10
Previous 10 blocks ↓
Total Size: 700.86 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: 2,385.42 GB sent, 216.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.