Memory Pool Memory Pool Refreshing

35,567 transactions
20.71 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,689 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,939 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,688 (10,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,208 859,208 000000000000000000019e3a61f4ec3a3ab5d8b949bc7a4c343e997eab9cc24b 1.58 MB 5,309 4
859,207 859,207 00000000000000000001284485e8ddb86d12409cb3ea699bc464666efb18fb0b 1.63 MB 4,419 5
859,206 859,206 0000000000000000000056dcf3f98f97ad30b70c317f44c1b7022f1a69455336 1.61 MB 6,008 3
859,205 859,205 0000000000000000000182bebc5f649d05d1668a11a7bcc83da41505f66b6774 1.62 MB 6,834 3
859,204 859,204 000000000000000000024ce25560427634156e3483a53c2b9aefb95806caf52e 1.62 MB 4,200 5
859,203 859,203 000000000000000000005e9da9e37d21a929556656e47cc1b11393e84a34c483 1.56 MB 2,848 4
859,202 859,202 0000000000000000000195b4afd9515aa303d32b7259aaebc5f023c9586e6914 1.55 MB 3,501 9
859,201 859,201 00000000000000000002c40d1294aaa037235a68a3f7ee3529408213a07a8988 1.68 MB 4,768 5
859,200 859,200 0000000000000000000004fdc225751f1c8d281d3c7ff11802b553f480e9c834 1.62 MB 5,473 4
859,199 859,199 00000000000000000000b01114ed11ce8ffe36fedbfc911e3abd6c486b7b4d65 1.69 MB 5,896 3
859,198 859,198 00000000000000000002fa6c8c7820af184e0659679e4c0bc4431ba9211efcdc 1.44 MB 5,102 3
859,197 859,197 000000000000000000010a6c5d21e448f2b0ce974eeaf284812a16e3a4cb4b40 1.69 MB 4,253 3
859,196 859,196 000000000000000000006a0424dce0c6ad9195beeded2801209bdc07b9d51ce0 1.67 MB 3,309 4
859,195 859,195 00000000000000000001af230f1a8384a7a2369467211f3db481d2061075cc8c 1.65 MB 3,702 8
859,194 859,194 00000000000000000002ec3c34241e19da435d93eb709081069912a7d67892cb 0.00 MB 1 0
859,193 859,193 0000000000000000000295c519e047824c6f1fc99976c10e7dbcfa36488616cc 1.42 MB 2,430 5
859,192 859,192 0000000000000000000304e664c990e7395434cc6dffdcf1aa06aaae5f477910 1.55 MB 2,486 6
859,191 859,191 000000000000000000013c0d6335c62716d8315d71e630219d93733213603a83 1.53 MB 7,654 2
859,190 859,190 0000000000000000000071598ab74c6195de565c7bddbdf6464a455a61841fff 1.57 MB 7,225 2
859,189 859,189 000000000000000000024ecc430720fcf60a8a79573895cf7639f66752ff88df 1.50 MB 7,620 2
859,188 859,188 00000000000000000001a36f03d6e4a319842b2fb81125ffdf7592196289fc1e 1.67 MB 5,743 3
Previous 10 blocks ↓
Total Size: 698.87 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,101.36 GB sent, 203.15 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.