Loading Tool

Explorer IconExplorer

Memory Pool

79,316 transactions
30.11 vMB
0.08471524 BTC
Random Selection Loading Transactions
Max Size: 183.40/200 MB

Candidate Block

Mining Attempt f6a2cd930264063fe70fc1e08a8db1d81d4680d7981d50339ef0cd0b8e5055a7
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 83f6f78b57a1fa7fdf419dfa36837f49a484789b7a38aa2da571478d6a00940d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01778949 BTC
Feerates: 300.83 > 1.78 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (122,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,960 792,960 000000000000000000042a2c4e3910c5ccd48b4b2d624f08b4b5a413b98af4ea 3,679 1.00/1.00 vMB 21
792,959 792,959 00000000000000000004f9f57c2f9607111033f960c134c4fbb6f5ac91d5f364 2,935 1.00/1.00 vMB 28
792,958 792,958 00000000000000000002b3e20788f69d8cc1d425b33e44393e601a1df3b0bfbe 2,442 1.00/1.00 vMB 23
792,957 792,957 0000000000000000000255e364233dd5ee23a05578b0e47a39f2a41c8781099b 2,686 1.00/1.00 vMB 22
792,956 792,956 0000000000000000000039bcfdeb609d5064cc4f208092e97d69ba1fd5975fa2 4,184 1.00/1.00 vMB 19
792,955 792,955 0000000000000000000472e48d7e836a0fefe277f2cf029571237a2693e49c8c 3,253 1.00/1.00 vMB 33
792,954 792,954 000000000000000000032d6a0436b0188f92ef2422b407a8c92e8341dfa40862 2,879 1.00/1.00 vMB 24
792,953 792,953 00000000000000000000dcf73b1e58951b6b71ac81a0b986324d92d2492382e9 3,813 1.00/1.00 vMB 28
792,952 792,952 00000000000000000002655a2c017918fb193473d1c06ad971d740c29d02df46 2,658 1.00/1.00 vMB 25
792,951 792,951 000000000000000000031ba537043e61264f41719000d9098290408d394cd89f 3,203 1.00/1.00 vMB 38
792,950 792,950 00000000000000000004ea5884b49bb9de1137d058562be3e5c89d53be943dc1 3,368 1.00/1.00 vMB 34
792,949 792,949 000000000000000000035582225c2744ea96d21d5484b38d5c29c8d353055189 3,403 1.00/1.00 vMB 43
792,948 792,948 000000000000000000024efc815f90458f4456ec4b77844bacadadb2fadd9c0e 3,238 1.00/1.00 vMB 28
792,947 792,947 00000000000000000002b194569fd016fc9d51aceae3584be314955668610b20 4,100 1.00/1.00 vMB 35
792,946 792,946 00000000000000000005113b9fb4d746ecaad09166f4daa554978645b9a8a36a 3,444 1.00/1.00 vMB 46
792,945 792,945 00000000000000000004b5135dba19a8e55e6b5d05db8ba65572efd7bce7f077 3,379 1.00/1.00 vMB 45
792,944 792,944 00000000000000000002c1f6cc0c6c05b880240bb2d7e5af760be669d32cf6d4 3,715 1.00/1.00 vMB 36
792,943 792,943 0000000000000000000124a1b08c9f8488d4aa9a357645b1ce57c33cdc100dda 3,742 1.00/1.00 vMB 45
792,942 792,942 00000000000000000003e784c81519e78562b2eca290747e0fd1e1e605ee9976 4,044 1.00/1.00 vMB 40
792,941 792,941 000000000000000000051786fc2d05eaac1daa1b78cd71c0553ac8ab6bb2f383 2,775 1.00/1.00 vMB 38
792,940 792,940 000000000000000000037851c90c6b619de45739ad12e4c171aaaa26eef34481 4,029 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.