Memory Pool Memory Pool Refreshing

60,148 transactions
25.69 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,049 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,111 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,048 (46,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
816,001 816,001 00000000000000000003efe0774d7960981788ab75fa544285731fed3de7739a 1.49 MB 3,175 131
816,000 816,000 00000000000000000000494d396d3d3fa15283d00199c481a9894951e19f6bc9 1.59 MB 3,796 176
815,999 815,999 00000000000000000002a40e63fbb51569dc0e2c7b6fe625dadcfdc9386bd9cc 1.68 MB 4,156 108
815,998 815,998 00000000000000000002692b22ab0da49c645ab0d2e9ceb98e9647e29405cf38 1.70 MB 4,548 130
815,997 815,997 000000000000000000042f992b3c1b63d61f89a70b2cc7cac790115cd9bbd455 1.58 MB 3,445 130
815,996 815,996 000000000000000000025d1116859854b3215a6f4b7ce3e1412589d4bda66a43 1.51 MB 2,967 147
815,995 815,995 00000000000000000003c05f64daf568684dd970352c9c6f73f97f3b71409621 1.36 MB 2,525 140
815,994 815,994 00000000000000000002684e3c61a3a3f4932578c982400c632fa33d130ef2f3 1.53 MB 3,422 171
815,993 815,993 0000000000000000000452cce1999377573a4d275731e64c824d280e9ca5c21c 1.56 MB 3,539 157
815,992 815,992 0000000000000000000025fe35f0d0fe920aceca35d61ae3ff71dad35a4657c8 1.62 MB 3,410 181
815,991 815,991 00000000000000000000a2c731d1b5d6e8d125f931709cecf8dc6ac7ed98b6f3 1.61 MB 3,735 145
815,990 815,990 00000000000000000000b90ee35a6c081fd75774ea4adc8038651961e916f573 1.61 MB 3,713 128
815,989 815,989 00000000000000000003c15bc8efb30322d8382d31a624f9a724107b0d829f8e 1.48 MB 3,065 133
815,988 815,988 00000000000000000003ea084278ca818a471e7d171212046318d2724c83c042 1.54 MB 4,055 171
815,987 815,987 00000000000000000002bbf94f8d68c8ff4974a098058707eb7afd5c4b442f35 1.66 MB 4,061 140
815,986 815,986 0000000000000000000067a1506b1d9edb14de90a2272b416552196acd847c1c 1.69 MB 4,132 132
815,985 815,985 0000000000000000000228d0429d210aa6bd8981adfc9f6ee1aeb06bd4531fed 1.52 MB 3,525 133
815,984 815,984 000000000000000000044009a1af941dcd83da9fec06c886f63bf3acefabc1bf 1.59 MB 4,043 174
815,983 815,983 00000000000000000002e176dfac85b80f4f6bdb06b91d540e9f9d5fcb6feb67 1.71 MB 4,593 140
815,982 815,982 00000000000000000004041bfa492dc42bba4b8b406a72441f0d634728ba13ac 1.64 MB 3,667 138
815,981 815,981 000000000000000000035ab7239d301b4027d9da25216b8199528ce84955007d 1.58 MB 3,998 171
Previous 10 blocks ↓
Total Size: 684.25 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,330.94 GB sent, 100.08 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.