Loading Tool

Explorer IconExplorer

Memory Pool

80,416 transactions
29.69 vMB
0.07019685 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt 8f9185459281d6e2821ffebf0d1de1897eef84eb317327cf1435da7d920c381d
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 1656a2046269a416e039b7c99185391fecd51b05668e2c237180d3ce9aa6056f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,130
Size: 1.00 vMB
Total Fees: 0.00951819 BTC
Feerates: 502.67 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (306,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,826 608,826 0000000000000000000e5bae9c2c7d23a0010704db087e570b0c02cdd92af286 1,863 1.00/1.00 vMB 9
608,825 608,825 000000000000000000051ac763a06bd3491a6bcc859a2fb14051a174b5f92ffe 1,651 1.00/1.00 vMB 6
608,824 608,824 00000000000000000011a8d31534a4f3dc24591a65e9cf658a05a347eb96f4bb 1,837 1.00/1.00 vMB 6
608,823 608,823 0000000000000000000c0648fba8d6562e49d15c954d319d3402a5c5ba94f51b 2,206 1.00/1.00 vMB 14
608,822 608,822 0000000000000000000a54700d7ff515416e88cfdde343cd486c906f61d69fdb 2,940 1.00/1.00 vMB 21
608,821 608,821 0000000000000000000c05153cbdd3d928e56921b8c4ac161ce2d10fb401e130 1,995 1.00/1.00 vMB 15
608,820 608,820 00000000000000000006359cfd60d9ea2ae8b6982c48e4ca81b190eb759abb1a 2,256 1.00/1.00 vMB 14
608,819 608,819 00000000000000000015409dd63b9b5313e49496530ab56c0d11b85d632a9f91 3,093 1.00/1.00 vMB 28
608,818 608,818 00000000000000000001f1272fe3c81d37356148ab76c0187b9d6dc7a871d64b 2,397 1.00/1.00 vMB 19
608,817 608,817 00000000000000000004c6baafbe3beb9996162a6b5d78342c122ea89e015994 3,663 1.00/1.00 vMB 23
608,816 608,816 0000000000000000000a7c3d2379a93717f31f7ce3abaa3328ea3d90dd5359c8 3,070 1.00/1.00 vMB 40
608,815 608,815 0000000000000000000c5b4163ab28b8b592da9f11160c77845fa0139f896b8d 2,201 1.00/1.00 vMB 14
608,814 608,814 00000000000000000009777ee6e3c885e1efa04e823717a93c14c31785fc35a1 2,613 1.00/1.00 vMB 24
608,813 608,813 000000000000000000049dc17e9824915abae1cb0f11d232f069d363ca5952be 2,757 1.00/1.00 vMB 23
608,812 608,812 000000000000000000016f234a4388c4e907b0d4727a96074a1b21984482dfac 3,336 1.00/1.00 vMB 25
608,811 608,811 000000000000000000060ee94115b5f7fb3977030ba6a95915d8f2dca0bc3e3d 2,899 1.00/1.00 vMB 41
608,810 608,810 000000000000000000122a99fcff1aac6226559c500804443f3ee9b373f7ae9e 2,112 1.00/1.00 vMB 14
608,809 608,809 0000000000000000000c33ee96e398d5de438b4dd7950c333b58499f54ee8548 2,501 1.00/1.00 vMB 24
608,808 608,808 0000000000000000000ccdd506110117cabde4af4fd87d0a745081a3bfae5635 2,406 1.00/1.00 vMB 29
608,807 608,807 0000000000000000000915ee796a31e67fccd3d7eb6e1368b1ffb8c3623e6254 2,815 1.00/1.00 vMB 20
608,806 608,806 0000000000000000000df3f802dab4c1217dd74aeeea13a7cbd3b4aa48863f10 2,747 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.