Loading Tool

Explorer IconExplorer

Memory Pool

12,677 transactions
6.43 vMB
0.05656821 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.99/200 MB

Candidate Block

Mining Attempt 8250006c0845e67407c2083bde8e273984457d091b5b5a7991e0130cff347167
Version 20000000
Previous Block 000000000000000000019a74437fb1662fa4dc257018890a4a16e726d5f8082e
Merkle Root ee28ab05f8dd47958b46b7329b41945875aaef2f6bc6f98ce0a22ff8e0a01279
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,680
Size: 1.00 vMB
Total Fees: 0.04495517 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,444 (767,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,297 146,297 000000000000016ed4d352eb0e9fd024434cda27d3659d4298e0bab3c7488dcd 27 0.01 vMB 559
146,296 146,296 00000000000002a4b55173f3c3b79de09aabf48d102218dd2ba84ec07a663157 32 0.01 vMB 295
146,295 146,295 0000000000000509a419798bc07835f638b5a5b23f734232a97d9012ff3011de 11 0.00 vMB 87
146,294 146,294 000000000000051ee8b9f5abac92f2b6eda3d068f55aeb11a5905a57a084d6de 39 0.01 vMB 199
146,293 146,293 000000000000076f3a4e5d58c5bb4b6629f4fbf253db3bf6669148202ea3c42e 1 0.00 vMB 0
146,292 146,292 00000000000002febf9c973a93b2c8ecc6350776bf2d8db05fd56f25c8999951 67 0.02 vMB 369
146,291 146,291 000000000000004bfab2522f6a7861c281c0fc023a7c7a361946300517580a0f 5 0.00 vMB 857
146,290 146,290 000000000000044ea812237572c1153ef5e613f0d748d23338750dd736ddceab 74 0.02 vMB 115
146,289 146,289 00000000000007dd3005bd0772566c975206e7b51b58bfe39c295c43e672ef5a 18 0.00 vMB 68
146,288 146,288 00000000000006a3c3c8a0678ed3c917be6d171fa1b9bb20122b5e55e61fa5b1 37 0.02 vMB 131
146,287 146,287 000000000000068454fe51130c282e2943bf9cf5c34887e426c598b9baa32bb2 118 0.04 vMB 164
146,286 146,286 00000000000001b520e1b095afbd72d8565a7b774c157872505a0c15936a1f02 9 0.00 vMB 825
146,285 146,285 000000000000015617d09ba19142a21544858110c49febf9ec2f63774b9a7583 22 0.01 vMB 53
146,284 146,284 000000000000053f2d2df05f2e545b6c3a1d0e3bb59201347748754b1852c8d6 52 0.02 vMB 67
146,283 146,283 00000000000000c756dfdeb6f56d33009d40370254c8e8421cc17824f93ceae2 21 0.01 vMB 50
146,282 146,282 00000000000005820aecd8c6c6e427d32d4adcdd42717bcb42cca3dec95530cb 24 0.01 vMB 283
146,281 146,281 000000000000044fdf8b51b127c31161749c5b75734150f5957e890eb4c51403 41 0.01 vMB 259
146,280 146,280 0000000000000118822306189fc40af131c699cde9b6dab1377cf2cdc8ef7494 92 0.05 vMB 463
146,279 146,279 0000000000000926015dbf46cd6af6c92ff8c43dbda465c7d1e2bf3d4b8cc841 23 0.01 vMB 14
146,278 146,278 00000000000003f6332761cb7bba7b06525e8c64a1e80b09747ba05906d0552d 12 0.00 vMB 17
146,277 146,277 0000000000000048ff09ef9d19675201e68cd51e0d64716d0544db8fc7691516 12 0.00 vMB 17
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 106
    • Outgoing: 10
  • Data Transfer:
    • Sent: 305.23 GB
    • Received: 1.42 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.