Memory Pool Memory Pool Refreshing

58,140 transactions
27.57 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,912 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,911 (57,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,376 804,376 00000000000000000001b3136247af8b2d60418f057ef81065a59addce4b73b6 1.61 MB 3,334 10
804,375 804,375 00000000000000000002cc882116b970db9fd020ff4a0feb66fe8282818a29be 1.54 MB 3,048 17
804,374 804,374 0000000000000000000472745b2f884df14edd0d94da598d95a6578cbd293b79 1.61 MB 2,515 11
804,373 804,373 00000000000000000001f1ba2b51582f2b493e077f6b2d729ac86a18a7ed2a27 1.61 MB 3,388 16
804,372 804,372 00000000000000000002bff00f424cdcd2981811164397d41effbc9dc7053a4d 1.42 MB 3,347 35
804,371 804,371 00000000000000000004eb072f5b94b8fd14990945c276a28856becda3bfa38a 1.33 MB 2,815 39
804,370 804,370 00000000000000000001af4120af49bb71ce78b4ca5b86a3e4dbd7b9fe465910 1.65 MB 2,217 12
804,369 804,369 000000000000000000002b3dfbd5cde60919dffafd5cb7e7a9c7fa343241312a 1.64 MB 2,795 10
804,368 804,368 0000000000000000000465b0801093361a1bf24cb2011c383716001797fac3f8 1.50 MB 3,009 20
804,367 804,367 00000000000000000002e99e70cd467cb89ce4ac831f516cb21a83e7c4c5d0df 1.63 MB 2,216 8
804,366 804,366 00000000000000000003d4dff0e17859d3b1a4661fa1c8b5ea0a986be74e8427 1.41 MB 2,868 16
804,365 804,365 000000000000000000041877d68044fb2c5c422b839ff621a32dcd8ad86c1510 1.36 MB 2,399 14
804,364 804,364 00000000000000000004ea538ff889e27aa918332fb7a1319ff119f7a1bf70da 1.83 MB 2,359 9
804,363 804,363 00000000000000000000c591b19f87fd3dbc7b1d0922d63dc702382de7f63dbc 1.42 MB 1,609 7
804,362 804,362 0000000000000000000180aa2e706e1381fc1bc214d1a8a7dc2ef4b0945c90f6 1.58 MB 3,343 13
804,361 804,361 00000000000000000000814da703092305e7d92afd16f6ad2552db5e5347d25c 1.61 MB 3,193 14
804,360 804,360 000000000000000000038e7a9de3a275ded1502cbf3671247d542781d6825e38 1.78 MB 3,458 14
804,359 804,359 00000000000000000004984f3bef846522f6db9385c494ecfbedd89373469f8a 1.39 MB 2,705 14
804,358 804,358 00000000000000000002b639a4a1b92ed448d39d8ae025ce41a02d50edcb2399 1.38 MB 1,849 9
804,357 804,357 00000000000000000005501d43d909f29cf36d3cbe41d1749a7d2a0b7aab4a25 1.58 MB 3,411 19
804,356 804,356 000000000000000000043ce4cf32b20b237231b14a2af4c0b99b3081f3b4a388 1.69 MB 4,193 10
Previous 10 blocks ↓
Total Size: 683.99 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,305.62 GB sent, 98.37 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.