Memory Pool Memory Pool Refreshing

85,802 transactions
29.72 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,011 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,007 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,010 (24,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
845,802 845,802 0000000000000000000166482add4467b0dda7617551c8cc5f8ff987451e2575 1.53 MB 4,167 40
845,801 845,801 00000000000000000001bc3ab109e0ae0854cac1415690dd5b171a83c3d5190f 1.51 MB 4,149 47
845,800 845,800 000000000000000000004ecf6506bead9a6bd3f716e36d906a48934d3a8db8df 1.57 MB 3,642 36
845,799 845,799 0000000000000000000287ff7f6590fe5e911d8462efa83f18e4b1e3663df1b0 1.50 MB 3,762 50
845,798 845,798 00000000000000000002324267dfbf713e5ba54f4aa9a96c684f7e27a3178e6a 1.51 MB 3,453 38
845,797 845,797 00000000000000000001c29595560a2d6fb2dbf30d9f552c8549635acc8c9f42 1.55 MB 3,576 41
845,796 845,796 0000000000000000000285f5fe656cc1a3378f15e95339950269431e65667213 1.50 MB 3,846 44
845,795 845,795 0000000000000000000193fe6003c0d08562f8fd6012731b418ff4adb532f0f1 1.47 MB 3,377 58
845,794 845,794 00000000000000000002ceec12138dc6d699ff2e71d8793457be2bcd437d1127 1.52 MB 2,869 64
845,793 845,793 00000000000000000001eb8f74561b78fb3f82d52c151251347bcfced1a0ba11 1.46 MB 3,957 40
845,792 845,792 00000000000000000000c36a9db3e0e705a0a54fc72b19e2d1db90b723a62e43 1.58 MB 3,842 43
845,791 845,791 00000000000000000000031afa7a297c5c82e2f75242afe1d917d506fce957bd 1.50 MB 3,316 53
845,790 845,790 00000000000000000002af6091a8122f1626cd45daaa5329f4d64ed2ff7b395b 1.56 MB 4,002 43
845,789 845,789 00000000000000000001ee0bd6021af43a8d86958a903e5ed2c6647a87c8c699 1.52 MB 3,679 41
Previous 10 blocks ↓
Total Size: 699.48 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,171.26 GB sent, 206.99 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.