Loading Tool

Explorer IconExplorer

Memory Pool

36,941 transactions
25.99 vMB
0.05454732 BTC
Random Selection Loading Transactions
Max Size: 133.46/200 MB

Candidate Block

Mining Attempt f502724aa1f53dfd2c855c19207988b2dd79d7c212fd5bef6c7e8d304459c49a
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 2d84db3c0e5cb095d1f426fd231d100998d5d10dd9d19a5f8b483657fcb381fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,021
Size: 1.00 vMB
Total Fees: 0.00669711 BTC
Feerates: 100.29 > 0.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (243,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,307 671,307 00000000000000000009abde87b152ae5488d8f5ce6ea4c832a7fdd232d6437e 2,516 1.00/1.00 vMB 123
671,306 671,306 0000000000000000000a4796e0316441367d13e1a8a454a05e80473bf299c7a7 3,138 1.00/1.00 vMB 130
671,305 671,305 0000000000000000000c021efb83cef15e412af2c128e3022ff46e3ccb830606 2,171 1.00/1.00 vMB 124
671,304 671,304 0000000000000000000955df1bb6397ba7e620cd7eb074bbd71ba3b1c956ef3e 3,034 1.00/1.00 vMB 122
671,303 671,303 000000000000000000044e2fd323f07e410e3aeda9660f63a61826b32857cceb 2,383 1.00/1.00 vMB 127
671,302 671,302 0000000000000000000a455f3220f7b965fbb91ab5b81706c133e6799e2d6683 2,528 1.00/1.00 vMB 141
671,301 671,301 00000000000000000001a68141a7272b6b3e46510c3f17ea3df6157454ba49da 3,106 1.00/1.00 vMB 145
671,300 671,300 00000000000000000008386a62edafaf803ef66212c79d7b3c5efd8e3ce8d77b 2,520 1.00/1.00 vMB 145
671,299 671,299 00000000000000000009ebba0b512edabad2911345a34b40d8e6dee24b92776d 2,697 1.00/1.00 vMB 134
671,298 671,298 00000000000000000009d6a620766d45205b0601555c5c2eb70cac532ae2cac1 3,003 1.00/1.00 vMB 120
671,297 671,297 0000000000000000000b1f1a3495a08d27717d5a43bd4546447dffdf19769d8c 2,972 1.00/1.00 vMB 129
671,296 671,296 00000000000000000004652aa205fd27cd17eb92d4215c3c8015faae836b0565 2,246 1.00/1.00 vMB 144
671,295 671,295 00000000000000000003d649ddf432244f5cb09040c34d6a467a1ac3a373f0d3 2,533 1.00/1.00 vMB 122
671,294 671,294 000000000000000000050ae0b275427bb9eb007af5c9d4ced8872f29b7e1f9ba 2,534 1.00/1.00 vMB 111
671,293 671,293 0000000000000000000d03b1df0a2effd8b8ad83c48c6b76489339aff40b3468 2,935 1.00/1.00 vMB 135
671,292 671,292 00000000000000000008fcc11f19f7d36143488295e39a423da5b962a90056ed 1,562 1.00/1.00 vMB 119
671,291 671,291 0000000000000000000cc669c4762741eb9ac1f7c924f382281b7e451bc76994 2,552 1.00/1.00 vMB 134
671,290 671,290 00000000000000000007d9bb0bd68d25d5ec3d2507b1c8efd245fece93d02434 2,598 1.00/1.00 vMB 115
671,289 671,289 00000000000000000004e210a2b17c5321c81ca68715d273139064b0ecb3ffea 751 1.00/1.00 vMB 112
671,288 671,288 0000000000000000000046513bbe3d40326ba133ecf9c7f6b726f2a4df5579be 1,982 1.00/1.00 vMB 125
671,287 671,287 0000000000000000000b7e7ac97323dfcd57243a6020fe3570fe5b1e2702666a 2,806 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.