Memory Pool Memory Pool Refreshing

15,029 transactions
34.52 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,162 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,177 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,161 (186,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
675,836 675,836 0000000000000000000ba0bf4a51bc9d5e2cd940eb4305b3c5bfb222a3b41aaf 1.36 MB 2,387 42
675,835 675,835 00000000000000000006d1c20fbf4633abc6a86fcf81ea173c3d91b745e67f35 1.30 MB 2,809 38
675,834 675,834 00000000000000000001a213e8df5636a6cabe06aa007ee3ba03cb18d90e1ff8 1.31 MB 2,246 60
675,833 675,833 00000000000000000007d95d42d898833588c73cf2ed9debdd2addd758109d47 1.21 MB 2,410 48
675,832 675,832 00000000000000000007a54b36db095863609fec4761634d4acb0b326a9d4b9a 1.36 MB 2,651 60
675,831 675,831 0000000000000000000330c2e698f9a2e2d44b01ec20b0913f8811e7c2101eaf 1.34 MB 2,820 90
675,830 675,830 00000000000000000002070294eceb6d653fd4ca1982902446c62b7d1d9bbd09 1.34 MB 2,685 46
675,829 675,829 0000000000000000000962a10403ad7fdfa5e8385b66e81b57e13c84ad7e1f91 1.29 MB 2,676 57
675,828 675,828 00000000000000000004afadc7745c7db1601abf490bc006513a94ec396f8695 1.35 MB 2,923 75
675,827 675,827 0000000000000000000423483267a6153a6fc4e13a622cc0a0f0a61f06cd8374 1.40 MB 2,400 80
675,826 675,826 0000000000000000000b01cc6a085fff0e8c03345fb1e5db1376c3ed5b6bd3eb 1.24 MB 782 71
675,825 675,825 000000000000000000075c92d7de766d656f4df1ca29e34c7e38eb5f8d28f74c 1.34 MB 2,769 90
675,824 675,824 0000000000000000000c363ac4eb4066cd44a68f079bf630a6b8cefd4c93c4e2 1.39 MB 2,173 35
675,823 675,823 00000000000000000004c440335e58e91a1d533e68ae2c5c75d3d2b001c6a5c4 1.39 MB 2,764 37
675,822 675,822 0000000000000000000b46e1a6d593c5717861e7e73404c3a74fcf65369cd90b 1.34 MB 2,453 74
675,821 675,821 0000000000000000000a9404c7215c753bdd6db09440ab21d4408510ab2c4597 1.37 MB 2,477 71
675,820 675,820 0000000000000000000a2447b967762cb0199f2002c39a319074bd92eecd800c 1.16 MB 2,262 64
675,819 675,819 000000000000000000051556c2b5c7bce3994a72e9e558cabce0d8f0cca19234 1.18 MB 2,696 64
675,818 675,818 0000000000000000000875fc576be323e1706c19fc705109f12c163325e8dc16 1.23 MB 2,279 61
675,817 675,817 00000000000000000002d6ec7a06bb3803674ee3acdb9458b9360e4d15bf0037 1.28 MB 3,091 85
675,816 675,816 00000000000000000001aa25754a1a40d802a4f903d26eb96e020fc632bc78ee 1.34 MB 2,885 92
Previous 10 blocks ↓
Total Size: 684.47 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,343.93 GB sent, 101.34 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.