Memory Pool Memory Pool Refreshing

23,679 transactions
36.87 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
862,129 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,935 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,128 (543,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
318,443 318,443 000000000000000029c5bb776166853f234a23be75153e7e3e3b06809835b4c7 0.19 MB 359 28
318,442 318,442 00000000000000002c9af1b8c19d9bdf3df969a621cba919cd0b49b118b75471 0.26 MB 422 22
318,441 318,441 00000000000000000a3844587d95a7caeab8cb60d5bfdf445f309f04908c0001 0.56 MB 668 21
318,440 318,440 00000000000000002ada31260e3d58742ea4f776f11cb78d03ce4154d545b2a9 0.25 MB 628 32
318,439 318,439 00000000000000000ecb908b92bf460b5e5bbaa4a93ab7376b43f0ddb2559a39 0.04 MB 91 20
318,438 318,438 000000000000000008fc75a85e8ceb1c9feb89d472d68f96e73cdd2908d13214 0.14 MB 234 26
318,437 318,437 00000000000000000e3df171fb49495c76bbdefad593191243a91d8683aeddfc 0.05 MB 93 24
318,436 318,436 0000000000000000185c16d47747647ba77b5e76822ee8a97843364da015b146 0.08 MB 147 28
318,435 318,435 00000000000000002a1e2596d2e43e591f3b60c4f291eb8e7457732c65e841c5 0.21 MB 335 21
318,434 318,434 000000000000000011c8ba43d3177a6037b4e0afb6d8e110e966f0e263dc6f12 0.26 MB 409 25
318,433 318,433 000000000000000001f2e97f5fabe311d93cb0e71213b6d79c1869f21fd8e5cf 0.19 MB 336 28
318,432 318,432 00000000000000002220fc85574cb744d9e9236034c6d84436cd77ca8893003a 0.15 MB 320 30
318,431 318,431 0000000000000000003fb4459c20fcf4f25b6ada002f532469f53e9e98f8546d 0.02 MB 49 16
318,430 318,430 000000000000000001abc1bb2a7ebf8a9dfb8592b663298575ba5187081896eb 0.03 MB 68 31
318,429 318,429 00000000000000001a57d1196b0da1f6d270bf5009b6dd8855d479f783d80f0e 0.32 MB 537 26
318,428 318,428 000000000000000017a6d988f8a3724fa1eaf553f46cf60d7b11a4f8b5c707df 0.20 MB 364 27
318,427 318,427 000000000000000006906724c26248a57d9062292a86afc0bdc42b0115d182d7 0.07 MB 87 19
318,426 318,426 00000000000000000bfe32e5a7da6ad7761ea2a9d13fd56eb91598c16b0b0d06 0.05 MB 128 30
318,425 318,425 000000000000000013097e2c8d441cfbd4a8862b8fabf62c34b1e34d45729f28 0.09 MB 132 24
318,424 318,424 00000000000000001341a05a03b608e13a157f39386cc5c38865b9df2e256152 0.02 MB 36 14
318,423 318,423 00000000000000000fc42e0c6e28e2fddfaf729cd33d3fdd3c1dd2f017a836e9 0.08 MB 123 26
Previous 10 blocks ↓
Total Size: 684.41 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,339.17 GB sent, 101.03 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.