Loading Tool

Explorer IconExplorer

Memory Pool

36,499 transactions
33.84 vMB
0.06707511 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt 7997d3a37632edb8ba98123b0e5b3b695bcaa8c3f1bc5775015bb5bc7e0beac3
Version 20000000
Previous Block 00000000000000000000d0fba090264d62b447bc8bd9b5c1f93f9df6eb3b44d3
Merkle Root 2f76eba43cb4453df263a9318395486ac3c52a7b6d088bca778226b2064799ea
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.02658363 BTC
Feerates: 402.75 > 2.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,935 (59 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,876 940,876 0000000000000000000099aa7855ccf7a24519dc86c7f122fc28694c5b6ca35b 3,170 1.00/1.00 vMB 1
940,875 940,875 00000000000000000001754f4160356326528a7b131b5753ba288c06067f6628 1,422 0.56/1.00 vMB 2
940,874 940,874 00000000000000000000c2afddb4243b41c4de347d447f1860a45c8e1efd4a83 4,956 1.00/1.00 vMB 1
940,873 940,873 00000000000000000000e4cacba7e3bf5348df75ab441ffa273cc9a20c24195d 1,796 1.00/1.00 vMB 0
940,872 940,872 00000000000000000000b2072235fc013da47c3335e18ba1884fcc0c3841c1f4 4,578 1.00/1.00 vMB 0
940,871 940,871 000000000000000000014ece565329246fbd372d696099838f9b7bac682140bd 3,237 1.00/1.00 vMB 3
940,870 940,870 00000000000000000000d06c37ca3a0607642acdb8c2786e2a2e27b0f545a0bb 2,607 0.97/1.00 vMB 1
940,869 940,869 00000000000000000001ba0325f7db600f9fd62e9dff87da1fb08bc87bcc394c 3,035 1.00/1.00 vMB 2
940,868 940,868 000000000000000000008574d848ff5a53e20afba272f32a5f3840da25afe1d6 2,929 1.00/1.00 vMB 3
940,867 940,867 00000000000000000000d688822e9ab73f0496a9898e350f783702e77cd9c281 4,010 1.00/1.00 vMB 7
940,866 940,866 00000000000000000001e789f270d3c5ae97bd922a80cae3736eabd22b66ea0e 1,227 0.31/1.00 vMB 1
940,865 940,865 0000000000000000000092ea7d9a5df876d4fcf0a6d92d2c4b8786ab8982ebde 2,152 1.00/1.00 vMB 2
940,864 940,864 000000000000000000005c134bcf8a8225ebd16d3baab1cc5be59cdfc9dca920 3,593 1.00/1.00 vMB 2
940,863 940,863 00000000000000000001b2e2bfcc2ac51a1cb082b3e36efd01fb280160d8c5c7 2,789 1.00/1.00 vMB 4
940,862 940,862 000000000000000000006381bd8c8344a1924dd057bf22e81de95fcb3e2a979b 3,935 1.00/1.00 vMB 1
940,861 940,861 0000000000000000000159a95632204d334413fbe8a33b309e53ff33196ce91c 386 0.09/1.00 vMB 3
940,860 940,860 00000000000000000001b68f82db9d6f3869a81535af3e65789006b99f82c3ca 1,600 0.58/1.00 vMB 2
940,859 940,859 00000000000000000000bace817491f2798ff622489e05b6ec3b7551b41e42c4 4,976 1.00/1.00 vMB 0
940,858 940,858 0000000000000000000015994080f8679fd34453774a32f37cbaeb47f2a6a531 4,924 1.00/1.00 vMB 0
940,857 940,857 0000000000000000000161416d39e37764677e518bd299188dfd41101a5eca30 2,385 1.00/1.00 vMB 1
940,856 940,856 00000000000000000001737421f8d538f8a781b0d9c2dc86acf5d67a06f17df7 3,478 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 828.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,594.35 GB
    • Received: 247.29 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.