Loading Tool

Explorer IconExplorer

Memory Pool

82,041 transactions
30.29 vMB
0.09255354 BTC
Random Selection Loading Transactions
Max Size: 182.46/200 MB

Candidate Block

Mining Attempt ec0d595217cb19780124035d3e4f52a49a3a7d1191502917bf36cf61dad0db46
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 4cef0fd8a18649f6bc4db9579d5a8480ae96c6e2199c0ea85f92a08413d0e236
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02979601 BTC
Feerates: 454.44 > 2.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (307,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,923 607,923 00000000000000000014187eaf9255e3f8ba809ec8031e3d87a20ad5559dd59f 1,043 0.28/1.00 vMB 4
607,922 607,922 0000000000000000001463fcfdb4023330c21edf5c7bebd722311f2a8bb2ee6a 2,626 1.00/1.00 vMB 10
607,921 607,921 000000000000000000155912a304c4c2dea245b5609effdde82f1da910ebd98d 2,733 1.00/1.00 vMB 27
607,920 607,920 0000000000000000001056953ff80c1ca822689b5b5180723ac627ce20914133 1,263 0.56/1.00 vMB 17
607,919 607,919 00000000000000000000d3e6225c1119dd9646587993c24771332eed3923a74a 1,290 0.96/1.00 vMB 12
607,918 607,918 0000000000000000000b929dde5e4d92656f3a35ca4b0035701f95b923754139 2,978 1.00/1.00 vMB 8
607,917 607,917 0000000000000000000dbc9b85c150e44e4d5bd5a1d53a2b3bb2af0948bb0598 1,928 1.00/1.00 vMB 15
607,916 607,916 00000000000000000011c2970f62825f6433ac105d8d6602ff2cb9a0d0b9a638 2,855 1.00/1.00 vMB 19
607,915 607,915 0000000000000000000cffe210ef293b6d31b0e3781921e01216503c9bd61cbd 2,892 1.00/1.00 vMB 18
607,914 607,914 0000000000000000000331be773b8881e2269cf559d8ba511990e3fd116f81ad 56 0.02/1.00 vMB 22
607,913 607,913 00000000000000000005d7b63998a1ff51083444342de44f48f4a722478e2355 991 0.32/1.00 vMB 15
607,912 607,912 0000000000000000000adec3f8bbbc66700c87f7ad2a5f8e9b1ed4b8b402319d 1,511 0.51/1.00 vMB 15
607,911 607,911 0000000000000000001388ecbca007e047435ef7b57ca9dcfb22b7ef4624c669 1,185 0.37/1.00 vMB 18
607,910 607,910 0000000000000000000429fb93553299d7a967f8f8d63554e6f85eae88a769e6 2,431 0.82/1.00 vMB 17
607,909 607,909 0000000000000000000fe50496b79d05dc2cd3ec31c33009207a2a92f14b5a5d 327 0.09/1.00 vMB 19
607,908 607,908 0000000000000000000c15937da132b03d6a05306a036e36cacd8bcb7d4acf12 1,370 0.43/1.00 vMB 19
607,907 607,907 000000000000000000151faef1d42c21a1b1334a620ad3f62874f12e705ea2ad 2,129 0.68/1.00 vMB 17
607,906 607,906 0000000000000000000b10cd3be8a74c95e568c6695ce5bd8b09d035cea0d0e1 464 0.16/1.00 vMB 20
607,905 607,905 000000000000000000145bc13b7dfe26c1ccf8e20e44ceda41bb1c8440f9a80b 2,264 0.77/1.00 vMB 9
607,904 607,904 0000000000000000000e072e56656ed3dd885364645a2b52850b0e7491c43a5c 2,874 1.00/1.00 vMB 22
607,903 607,903 000000000000000000084451b4338337121ddcdafd3bcd197d58478e7150e8e8 1,800 0.70/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.