Loading Tool

Explorer IconExplorer

Memory Pool

77,113 transactions
28.51 vMB
0.09752629 BTC
Random Selection Loading Transactions
Max Size: 173.29/200 MB

Candidate Block

Mining Attempt ab6913a18e823da9b4a94adc3abf2ed5640fd7853eddb26f31bfe284d46ef82a
Version 20000000
Previous Block 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f
Merkle Root 9deb8b2bcec124d65fc8c1da127fab8ab86970fa2860085bba21c29ccf59306c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,357
Size: 1.00 vMB
Total Fees: 0.03302376 BTC
Feerates: 526.32 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,277 (109,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,826 805,826 00000000000000000004a1d054066508738dc9174733ff6899ece69277541998 3,599 1.00/1.00 vMB 14
805,825 805,825 00000000000000000002c12152e5c64c39b1b653d5f83249618b0974dc96bd87 5,629 1.00/1.00 vMB 10
805,824 805,824 00000000000000000002c038d5d2f287506510166e8f469f0f0458da3306c2f7 2,122 1.00/1.00 vMB 15
805,823 805,823 00000000000000000004e7fd9ba5b2f5b224619d0b52c44fc88422f0cb512eb1 2,414 1.00/1.00 vMB 15
805,822 805,822 000000000000000000043fb56c636b9c03fa59f404feed828a2fae5ff2f19b02 3,271 1.00/1.00 vMB 10
805,821 805,821 0000000000000000000354a2b6b61bfb03ade2429e05373c03bc75a918351f88 2,607 1.00/1.00 vMB 16
805,820 805,820 00000000000000000001aae0a7843308edb7088108b132651491bca9a2627bba 4,353 1.00/1.00 vMB 10
805,819 805,819 00000000000000000001d69376b8ac4b375b59c5fa1f92284d405aaba1e4df76 1,590 1.00/1.00 vMB 17
805,818 805,818 00000000000000000001da54ade75cc3e85de584d3e2076eb0ceabb77f8e5b13 3,480 1.00/1.00 vMB 10
805,817 805,817 00000000000000000002f7f71d8ca63d49ef48c86a5292b70cd65d10ac4d19cc 3,206 1.00/1.00 vMB 12
805,816 805,816 000000000000000000040cd0c2b7147503beb50552468819d8c6c6c5accee166 1,777 1.00/1.00 vMB 18
805,815 805,815 00000000000000000004589e60735439420d68f7c947cf6c407bdf1278d4b8c5 3,312 1.00/1.00 vMB 17
805,814 805,814 0000000000000000000080173eb74b9895187de8734ad86f5e5b68775c2f82be 1,682 1.00/1.00 vMB 10
805,813 805,813 0000000000000000000390119cdcf7fbcff8ad3b43591637cf5a3c274e231fe7 3,055 1.00/1.00 vMB 16
805,812 805,812 000000000000000000037ccc45945e18fd9d1b8b9d930f309054b9ca68c387bc 1,884 1.00/1.00 vMB 12
805,811 805,811 0000000000000000000183b45a05c09cf25d0ee4e3588ecf8600908faef4e3aa 2,938 1.00/1.00 vMB 16
805,810 805,810 00000000000000000004fc75b452daf0cbd4ce2968310e71cb878cc0470c2faa 2,411 1.00/1.00 vMB 15
805,809 805,809 00000000000000000001175c0280cfa8c39fcc534120acf93bcc39620cc06119 2,455 1.00/1.00 vMB 14
805,808 805,808 000000000000000000003c1861d8cc928476381f8e60abb1244a451db1ecf792 2,507 1.00/1.00 vMB 18
805,807 805,807 0000000000000000000475e266695760bbe64c8fd6379b4b7d4d08844d6a7654 1,577 1.00/1.00 vMB 16
805,806 805,806 000000000000000000047ee8d5b867047e69c489ff1c06d85feea4fda8868995 1,388 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.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.