Loading Tool

Explorer IconExplorer

Memory Pool

76,931 transactions
28.83 vMB
0.07329744 BTC
Random Selection Loading Transactions
Max Size: 174.34/200 MB

Candidate Block

Mining Attempt 82290d58943bb1e719296f6e2efe8280b2417d5b0d7b55bfc9049c16eb9cadea
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 6a582c5ea41c7e4e379bbed7b6d2d560fe27bdded48177e0f344c2e0629423ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,178
Size: 1.00 vMB
Total Fees: 0.01317436 BTC
Feerates: 302.06 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (284,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,159 630,159 0000000000000000000d3b4654e2e4cf4477a93318571817b0bc5820088d9ccd 3,025 1.00/1.00 vMB 73
630,158 630,158 0000000000000000000ea7a5cb2b94c7ab904cb4417d96731e2cd737abbc21a5 2,397 1.00/1.00 vMB 105
630,157 630,157 000000000000000000074bfa1b17b3b6e19cb407e84c9270af3747d6c3bb4f2d 2,513 1.00/1.00 vMB 125
630,156 630,156 00000000000000000002db0e0e8ae47ca08f2e71d5a28f339db1bbb8cff06fdd 2,989 1.00/1.00 vMB 80
630,155 630,155 000000000000000000054481cdfad9c20b58e167b05a0eb61d2669abcee3a9ea 2,879 1.00/1.00 vMB 108
630,154 630,154 0000000000000000000cb748db859233b04da01d9c58d8199e57a2c9563aecba 2,753 1.00/1.00 vMB 101
630,153 630,153 00000000000000000008b34730a78520770dd78a2e827b02d0c207f7b1c391de 2,777 1.00/1.00 vMB 90
630,152 630,152 000000000000000000074531fdea26d32a14652e47508686b95154049e6963d0 2,352 1.00/1.00 vMB 113
630,151 630,151 000000000000000000100f9974a0214739ed713fc73d2eba419870e3631b71bb 1,375 1.00/1.00 vMB 98
630,150 630,150 0000000000000000000184ccdf96fbee86164b0ff7c5f3bd64c6451427bc75a8 2,672 1.00/1.00 vMB 96
630,149 630,149 0000000000000000000e63a19229963c9fd2dd24c1fe09349a9acec1886e517e 2,704 1.00/1.00 vMB 104
630,148 630,148 0000000000000000000f149f0d506b3bafa3b29b37fcbf8b0e72beb1cea6a225 2,977 1.00/1.00 vMB 124
630,147 630,147 0000000000000000000a64b02d56f85452a85abf9dfcf44822ec979f38d49e83 2,758 1.00/1.00 vMB 109
630,146 630,146 00000000000000000008a89f8d5c1b3994f32ec302d6ee40bae6664a7f33ac3e 3,270 1.00/1.00 vMB 100
630,145 630,145 0000000000000000000b756f23c031be6210e3b139322dcfa3ed141b9388efc2 2,808 1.00/1.00 vMB 125
630,144 630,144 00000000000000000007d441ddbbbbd115f6e1c2c9b1940aa629a4179bcbe452 2,476 1.00/1.00 vMB 104
630,143 630,143 0000000000000000000d3162ecac7e3809981094c4e15324da7e2fefd9a8e3c4 1,899 1.00/1.00 vMB 104
630,142 630,142 0000000000000000000c61fca63074667747b1bee1e26e78550b30611fbc9feb 2,374 1.00/1.00 vMB 104
630,141 630,141 0000000000000000000aee74d5576db1c61ba7468a0ece0b559eacf8952c9275 3,010 1.00/1.00 vMB 102
630,140 630,140 000000000000000000007eca110d0f6fd87483dcde18e1e2708cd5ba256e5ae2 2,785 1.00/1.00 vMB 128
630,139 630,139 0000000000000000000afd1f5c522e3455dc1377daddc2575ab07b44ed98608c 2,067 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.