Memory Pool Memory Pool Refreshing

106,350 transactions
31.45 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,193 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 6,639 76
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,192 (351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,841 866,841 00000000000000000001f9d4afc6903b81839ab8011dfae795ef081aec999e67 1.71 MB 4,665 17
866,840 866,840 000000000000000000007d9d4db2437031ff300d90fc78cb137d4bd5075d1b9c 1.66 MB 4,985 18
866,839 866,839 000000000000000000001105b0e3cfe1e2a31e2c060a7336ccb7fbbb484bc0f7 1.60 MB 6,492 16
866,838 866,838 00000000000000000002bf8edf5df1a1b01c54f8f149998a6ed11468edf42e9c 1.59 MB 6,549 15
866,837 866,837 0000000000000000000052da1df533dba0c2b950e8599fdc88355d4ff31a2d1a 1.59 MB 6,939 15
866,836 866,836 00000000000000000000ce77976fee7d2039297a8fc61b9a38c17569a1082573 1.41 MB 3,759 19
866,835 866,835 0000000000000000000249a2c90600411bbf9507e6131d8f07ef26eb8af3bfcc 1.55 MB 7,513 14
866,834 866,834 00000000000000000000125861a7f24c3f65802b02f1e1a4df7162b0548ac6d5 1.56 MB 5,388 18
866,833 866,833 000000000000000000020037a108cf1bb5a465150382aeaf8ded6dd2df5f8bfd 1.52 MB 7,316 14
866,832 866,832 000000000000000000018a7470477b6327337594c7047dd52877e5fb5e31478e 1.61 MB 4,501 17
866,831 866,831 00000000000000000002bba71d7162bb559ecabb31e1fbf45edd328f6dc2f9cc 1.43 MB 3,085 21
866,830 866,830 0000000000000000000022988143e5392bbbed8eb644e00099fdaca464bd4c1e 1.54 MB 6,494 14
866,829 866,829 00000000000000000000f05d966dd1dac9bfa754cf02c696f0f293912390655c 1.57 MB 6,690 16
866,828 866,828 0000000000000000000190c1fc73d687f98df56c3f496ad1d433556ad556bffe 1.52 MB 6,441 16
866,827 866,827 00000000000000000002fb26cbc3b9f43762d995e4ac8ccef6638af9afded5bf 1.46 MB 3,687 21
866,826 866,826 000000000000000000009a381be6008f4739d031fb89348bfdd719c053e57be2 1.49 MB 5,777 16
866,825 866,825 00000000000000000000bbb08ff61b7a1008891f21fa60ee1a4c7f564406a4a9 1.46 MB 5,903 16
866,824 866,824 00000000000000000001220b07ea8549ae3f39f846065027639534202c49af6f 1.53 MB 6,366 16
866,823 866,823 0000000000000000000198c3808c1ea15d3384ef02251af9c8582a6cfb99b950 1.34 MB 2,815 19
866,822 866,822 00000000000000000001b6cea7472e925138474c63542ebe74c130478cf928fe 1.48 MB 5,845 17
866,821 866,821 000000000000000000007327b2b4fd2116fe34f831a655643848a217363fb3bf 1.54 MB 7,364 15
Previous 10 blocks ↓
Total Size: 693.96 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,898.87 GB sent, 172.75 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.