Loading Tool

Explorer IconExplorer

Memory Pool

75,382 transactions
27.89 vMB
0.08268928 BTC
Random Selection Loading Transactions
Max Size: 169.73/200 MB

Candidate Block

Mining Attempt 7a063cd60526d29a33a3f8bd515f2b2defc8fe0c5b886fd766618e7d9eed00ed
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 22406161b573282ff3d3c906c778f58928d37907ba62da6bdeebebd0542e0e43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,363
Size: 1.00 vMB
Total Fees: 0.02291740 BTC
Feerates: 100.21 > 2.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (732,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,146 183,146 00000000000007a0f9f101bbf0b1c2e9ce622ceb605383aafab9c6bdb2a5f976 36 0.01/1.00 vMB 55
183,145 183,145 000000000000081c498c7d6b980f744a7c98c3754045d74a2dc912e3ceff7779 406 0.19/1.00 vMB 103
183,144 183,144 00000000000000761071f8c391c9ece78177ce657c8d2ca8d35107487efc906b 702 0.25/1.00 vMB 146
183,143 183,143 00000000000008f72e68a717ec76a659f0aa550eabb3e5fe22c97c7c181b3c9c 534 0.25/1.00 vMB 143
183,142 183,142 000000000000063e794c55d74eba3a24143e8075c27e91487d96c492b5c3e239 144 0.05/1.00 vMB 409
183,141 183,141 000000000000008072fdde80a87876cf2620add940703ab2d9f6081c0adfb476 12 0.00/1.00 vMB 2
183,140 183,140 00000000000006969ec9e3e3c7c92be5a162d2ef488d86fe0c71204deb668c74 624 0.25/1.00 vMB 178
183,139 183,139 0000000000000782d8760d9c451ac72061277ac892611c591e9afd695ee9e43c 33 0.01/1.00 vMB 158
183,138 183,138 00000000000003d30f99a87c2685d4e5070bc37ab20c5fe91304300d7e01d6ce 676 0.25/1.00 vMB 156
183,137 183,137 0000000000000929b3a3c966d460cd7f6043876f77adeea0aebd9c6b37f5f6d5 87 0.05/1.00 vMB 78
183,136 183,136 0000000000000582068a1745383d5c6db172fa185c88515948ac65b28a61d6c1 66 0.04/1.00 vMB 103
183,135 183,135 0000000000000272a2a16775764c82df8dd3be6e6075be3621b34c08b6b811aa 143 0.06/1.00 vMB 159
183,134 183,134 00000000000006d70a120e16f1debc470730a01b13513eb3acd701b83a48c1a8 588 0.25/1.00 vMB 152
183,133 183,133 00000000000008a2a36b26edad40cb5748c2adc2413c6295a0459f4cb2fa80fb 57 0.02/1.00 vMB 2
183,132 183,132 0000000000000389dae76e7a6d38987c56f92a5efebf086f7da1cbe5e62846ca 526 0.25/1.00 vMB 192
183,131 183,131 000000000000046ddebd9f2d2878102398f2308158434c4e99333e83bf471a16 1,158 0.50/1.00 vMB 109
183,130 183,130 000000000000001e6c5d9d1e1e290183de56fe9c9235dbd4c0b58328920e51f6 512 0.25/1.00 vMB 120
183,129 183,129 000000000000019643814a7990feee7a61937d0a186ae6e24367e95999feec1f 587 0.25/1.00 vMB 125
183,128 183,128 000000000000039064821ef656f13a90990051423e2e6a6db6f50d400e89f3a5 76 0.04/1.00 vMB 97
183,127 183,127 00000000000009cc284876e3e38a24403fde142e7545cbc2f09a468f6fd1f8c8 32 0.01/1.00 vMB 34
183,126 183,126 0000000000000954fcde6559658e845d4ece2e0eea3f90dd2b14eedfa99088c2 176 0.05/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.89 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.37 GB
    • Received: 17.36 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.