Loading Tool

Explorer IconExplorer

Memory Pool

80,513 transactions
29.81 vMB
0.07511010 BTC
Random Selection Loading Transactions
Max Size: 179.63/200 MB

Candidate Block

Mining Attempt 443166e52b019ba51a111b245de195a60b6521e1a3f41f08ee30dd69ad50a2a1
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root b7a13546c3e7e6d1e557dffda61a9d030e75ec518cb057b45d988fcda39bfd21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,480
Size: 1.00 vMB
Total Fees: 0.01430263 BTC
Feerates: 147.04 > 1.43 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (304,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,353 610,353 0000000000000000000b0d1ea970e9f10f4e47ecafeaaa3b42db9af5abe7f07a 2,122 0.62/1.00 vMB 4
610,352 610,352 0000000000000000001321e5d6265b50847ebbe0287a751183a97b92a5392808 2,962 1.00/1.00 vMB 12
610,351 610,351 00000000000000000006380583ff1677842f8045cf0b38638ac27f205145e2b0 1,496 0.48/1.00 vMB 7
610,350 610,350 00000000000000000006d169311e756463dd818f114f103e3f104e222fb0bde0 2,986 1.00/1.00 vMB 10
610,349 610,349 0000000000000000000f6ed67ab96a2cea672738c1b2c53ff64c928769336ae5 2,102 0.76/1.00 vMB 10
610,348 610,348 00000000000000000013eacd2786507e45856130a73a47e398bf92ffb5adfd42 1,028 0.29/1.00 vMB 9
610,347 610,347 000000000000000000045818c53b0dc0cd6a0a3bb08228b8b8036c0f90a8cef9 2,429 0.81/1.00 vMB 10
610,346 610,346 0000000000000000000ebc1b4aca26e0d0a15a31a6dedcb326ff87edfd9eeb88 3,033 0.92/1.00 vMB 10
610,345 610,345 00000000000000000008b7c1e44aeb5cb15be58862785a2486e51b81ce0dfff0 2,713 0.95/1.00 vMB 10
610,344 610,344 0000000000000000000c0dab894cddb31c44c6e9a51320a79bc5cac5134a67f7 1,357 0.38/1.00 vMB 7
610,343 610,343 00000000000000000008a1cb66ad199bbc7c3980567af277d05258b37dbd0802 272 0.21/1.00 vMB 15
610,342 610,342 0000000000000000000fdf7a9eb4debf14235404a43da56dfbd30037db68805e 1,943 0.83/1.00 vMB 2
610,341 610,341 0000000000000000000ccb26a8e2461c7f6811185056d0424d619c849aec86ed 3,412 1.00/1.00 vMB 10
610,340 610,340 0000000000000000000c7c3097f30622d0960e222fb676f00c29dd6190074eb8 2,645 1.00/1.00 vMB 20
610,339 610,339 0000000000000000000be42975c882428b43061cb975e0b3b20706a202d4fd14 1,179 0.38/1.00 vMB 6
610,338 610,338 0000000000000000000a49978d2c53e86e1790c9657e74c6095425f1358bd5fc 3,527 1.00/1.00 vMB 12
610,337 610,337 0000000000000000000a4f569607bb6351bb8f1065bfa1355086143dba168c42 2,949 1.00/1.00 vMB 13
610,336 610,336 0000000000000000000096cd4bcd2a9f9d0d92a791c85d8f03709934498e0b5e 2,152 0.85/1.00 vMB 4
610,335 610,335 0000000000000000000cf72583209bdefdc929cec07c9d8eedb70432f2a9ad1b 3,124 1.00/1.00 vMB 10
610,334 610,334 0000000000000000000c9996fc030cb97adfbe8101b8701b29d3317d7bf47bff 3,029 1.00/1.00 vMB 22
610,333 610,333 00000000000000000013b9d27ee9f3ad81954a52da56f6cfe9d2012d74dd21c7 1,549 0.47/1.00 vMB 14
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.90 GB
    • Received: 14.88 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.