Memory Pool Memory Pool Refreshing

46,500 transactions
26.26 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,575 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,385 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,574 (157,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,211 705,211 000000000000000000006c8fb544e38f74d30e3465b7b0a5db8c0b8bb8017eab 1.32 MB 1,745 2
705,210 705,210 0000000000000000000be04bcd70dcdeb46ee747f24db906e7e2cb8178e5c0bb 1.53 MB 2,428 12
705,209 705,209 00000000000000000008958c36beda42dfe1bbda1f446299ddf145b0ada42830 1.49 MB 1,975 12
705,208 705,208 00000000000000000005011c1803c0ff5aa9fb5fa7b7a93130e68aa05bc65ae1 1.61 MB 1,829 5
705,207 705,207 000000000000000000074e17a771a8baeb6a443c21060e58cfa41dc8b376f692 1.63 MB 1,903 3
705,206 705,206 00000000000000000001ef40dcfd0bf52a3dfc75bf8920a18900bf8fbf0ca28f 1.58 MB 1,217 5
705,205 705,205 00000000000000000007a44fb9699c98e5c21310684b91f82ee9ceab5bcb4fa4 1.68 MB 1,654 6
705,204 705,204 000000000000000000043fc41b05df9900f986b79b3ed7609111a89c9374d502 1.60 MB 1,749 14
705,203 705,203 000000000000000000045605f562ee710ffb155bc0e9206d1c0d035be30ed8ec 1.48 MB 1,603 19
705,202 705,202 0000000000000000000dd8b4429967cf59219073e65f20100a9853e73eab5e09 1.40 MB 1,832 6
705,201 705,201 0000000000000000000607394ec15c46cfb98fac07d13fc177ce3a972b70858a 1.63 MB 1,646 14
705,200 705,200 0000000000000000000967178acc681a1a02be724eee8e17ce3b68beb75996fb 1.24 MB 1,452 18
705,199 705,199 0000000000000000000324bb546b8cfe051d657ef6e0bee550380767614710d3 1.40 MB 1,721 7
705,198 705,198 00000000000000000009707746fdc007431b2bd347617855ec756cf7bd9fb99f 1.48 MB 2,019 16
705,197 705,197 000000000000000000032a3e80e72d1945b51b3ffd5bd75d0156bcce318969ac 1.60 MB 2,138 11
705,196 705,196 0000000000000000000b7ee04c6261a7248593ae0d88619c108fad7686bb904a 1.40 MB 2,799 23
705,195 705,195 00000000000000000004e295e1fd84c684fce223a22d0886db23a811158329ab 1.58 MB 3,940 10
705,194 705,194 00000000000000000007b436aa1f69670fddede16653ad1e2f97bd6e7c0b11a2 1.63 MB 2,228 15
705,193 705,193 00000000000000000002863ea517bcaf3cbb7a1eb6a3f6a1c807879e07f7a1b0 1.41 MB 1,461 18
705,192 705,192 00000000000000000001991678f5caa353ffe04d5e66846f28083fa056f1613f 1.49 MB 3,070 8
705,191 705,191 0000000000000000000b9a784735a95b500691b9dda700868803cf58852d6791 1.41 MB 1,718 15
Previous 10 blocks ↓
Total Size: 685.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,376.13 GB sent, 107.42 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.